#5CA58B

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

Shades of Patina #5CA58B

Tints of Patina #5CA58B

Color information

#5CA58B (or 0x5CA58B) is unknown color: approx Patina. HEX triplet: 5C, A5 and 8B. RGB value is (92,165,139). Sum of RGB (Red+Green+Blue) = 92+165+139=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA58B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA58B is #A35A74. Grayscale: #8C8C8C. Windows color (decimal): -10705525 or 9151836. OLE color: 9151836.

HSL color Cylindrical-coordinate representation of color #5CA58B: hue angle of 158.63º 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 #5CA58B is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB92165139-
CMYK0.4400.160.35
HSL158.63º28.85%50.39%-
HSV(B)158.63º44.24%64.71%-
XYZ22.5331.0529.23-
YUV140.21127.3293.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.23%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=23.23%
G=41.67%
B=35.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal921651390.4400.160.35158.6328.8550.39
Hex5CA58B2C010239f1d32
Octal13424521354020432373562
Binary101110010100101100010111011000100001000111001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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