#5C988E

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

Shades of Patina #5C988E

Tints of Patina #5C988E

Color information

#5C988E (or 0x5C988E) is unknown color: approx Patina. HEX triplet: 5C, 98 and 8E. RGB value is (92,152,142). Sum of RGB (Red+Green+Blue) = 92+152+142=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #5C988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C988E is #A36771. Grayscale: #848484. Windows color (decimal): -10708850 or 9345116. OLE color: 9345116.

HSL color Cylindrical-coordinate representation of color #5C988E: hue angle of 170º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C988E is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB92152142-
CMYK0.3900.070.40
HSL170º24.59%47.84%-
HSV(B)170º39.47%59.61%-
XYZ20.5226.6829.66-
YUV132.92133.1298.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.83%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=23.83%
G=39.38%
B=36.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921521420.3900.070.4017024.5947.84
Hex5C988E270728aa1930
Octal1342302164707502523160
Binary1011100100110001000111010011101111010001010101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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