#5CA58E

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

Shades of Keppel #5CA58E

Tints of Keppel #5CA58E

Color information

#5CA58E (or 0x5CA58E) is unknown color: approx Keppel. HEX triplet: 5C, A5 and 8E. RGB value is (92,165,142). Sum of RGB (Red+Green+Blue) = 92+165+142=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA58E is #A35A71. Grayscale: #8C8C8C. Windows color (decimal): -10705522 or 9348444. OLE color: 9348444.

HSL color Cylindrical-coordinate representation of color #5CA58E: hue angle of 161.1º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA58E is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB92165142-
CMYK0.4400.140.35
HSL161.1º28.85%50.39%-
HSV(B)161.1º44.24%64.71%-
XYZ22.7531.1430.4-
YUV140.55128.8293.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.06%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=23.06%
G=41.35%
B=35.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921651420.4400.140.35161.128.8550.39
Hex5CA58E2C0E23a11d32
Octal13424521654016432413562
Binary10111001010010110001110101100011101000111010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,165,142); }

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

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

 a { background-color: rgb(92,165,142); }

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

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

 span { border-color: rgb(92,165,142); }

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