#5BB49C

Color #5BB49C Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5BB49C

Tints of Keppel #5BB49C

Color information

#5BB49C (or 0x5BB49C) is unknown color: approx Keppel. HEX triplet: 5B, B4 and 9C. RGB value is (91,180,156). Sum of RGB (Red+Green+Blue) = 91+180+156=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB49C is #A44B63. Grayscale: #969696. Windows color (decimal): -10767204 or 10269787. OLE color: 10269787.

HSL color Cylindrical-coordinate representation of color #5BB49C: hue angle of 163.82º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB49C is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB91180156-
CMYK0.4900.130.29
HSL163.82º37.24%53.14%-
HSV(B)163.82º49.44%70.59%-
XYZ26.6437.2737.24-
YUV150.65131.0185.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 21.31%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=21.31%
G=42.15%
B=36.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal911801560.4900.130.29163.8237.2453.14
Hex5BB49C310D1Da42535
Octal13326423461015352444565
Binary10110111011010010011100110001011011110110100100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BB49C; }

 p { color: rgb(91,180,156); }

 H1.HeaderClassName
 {
   color: #5BB49C;
 }
 .AnyTagClassName
 {
   color: #5BB49C;
 }
</style>
background-color css

<style>
 a { background-color: #5BB49C; }

 a { background-color: rgb(91,180,156); }

 div.DivClassName
 {
   background-color: #5BB49C;
 }
 .BgClassName
 {
   background-color: #5BB49C;
 }
</style>
border-color css

<style>
 span { border-color: #5BB49C; }

 span { border-color: rgb(91,180,156); }

 td.TdClassName
 {
   border-color: #5BB49C;
 }
 .TagClassName
 {
   border-color: #5BB49C;
 }
</style>