#5CB596

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

Shades of Keppel #5CB596

Tints of Keppel #5CB596

Color information

#5CB596 (or 0x5CB596) is unknown color: approx Keppel. HEX triplet: 5C, B5 and 96. RGB value is (92,181,150). Sum of RGB (Red+Green+Blue) = 92+181+150=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB596 is #A34A69. Grayscale: #969696. Windows color (decimal): -10701418 or 9876828. OLE color: 9876828.

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

Color convert

RGB92181150-
CMYK0.4900.170.29
HSL159.1º37.55%53.53%-
HSV(B)159.1º49.17%70.98%-
XYZ26.4437.5334.7-
YUV150.85127.5186.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.75%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=21.75%
G=42.79%
B=35.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921811500.4900.170.29159.137.5553.53
Hex5CB596310111D9f2636
Octal13426522661021352374666
Binary101110010110101100101101100010100011110110011111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,181,150); }

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

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

 a { background-color: rgb(92,181,150); }

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

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

 span { border-color: rgb(92,181,150); }

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