#5C988B

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

Shades of Patina #5C988B

Tints of Patina #5C988B

Color information

#5C988B (or 0x5C988B) is unknown color: approx Patina. HEX triplet: 5C, 98 and 8B. RGB value is (92,152,139). Sum of RGB (Red+Green+Blue) = 92+152+139=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #5C988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C988B is #A36774. Grayscale: #848484. Windows color (decimal): -10708853 or 9148508. OLE color: 9148508.

HSL color Cylindrical-coordinate representation of color #5C988B: hue angle of 167º 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 #5C988B is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB92152139-
CMYK0.3900.090.40
HSL167º24.59%47.84%-
HSV(B)167º39.47%59.61%-
XYZ20.326.628.49-
YUV132.58131.6299.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.02%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=24.02%
G=39.69%
B=36.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921521390.3900.090.4016724.5947.84
Hex5C988B270928a71930
Octal13423021347011502473160
Binary10111001001100010001011100111010011010001010011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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