#5C8C7E

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

Shades of Patina #5C8C7E

Tints of Patina #5C8C7E

Color information

#5C8C7E (or 0x5C8C7E) is unknown color: approx Patina. HEX triplet: 5C, 8C and 7E. RGB value is (92,140,126). Sum of RGB (Red+Green+Blue) = 92+140+126=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #5C8C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8C7E is #A37381. Grayscale: #7C7C7C. Windows color (decimal): -10711938 or 8293468. OLE color: 8293468.

HSL color Cylindrical-coordinate representation of color #5C8C7E: hue angle of 162.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C8C7E is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB92140126-
CMYK0.3400.100.45
HSL162.5º20.69%45.49%-
HSV(B)162.5º34.29%54.9%-
XYZ17.5622.5423.16-
YUV124.05129.1105.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.70%
GREEN value IS 140 (55.08% from 255) = 39.11%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=25.70%
G=39.11%
B=35.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal921401260.3400.100.45162.520.6945.49
Hex5C8C7E220A2Da2152d
Octal13421417642012552422555
Binary1011100100011001111110100010010101011011010001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,140,126); }

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

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

 a { background-color: rgb(92,140,126); }

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

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

 span { border-color: rgb(92,140,126); }

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