#5B978B

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

Shades of Patina #5B978B

Tints of Patina #5B978B

Color information

#5B978B (or 0x5B978B) is unknown color: approx Patina. HEX triplet: 5B, 97 and 8B. RGB value is (91,151,139). Sum of RGB (Red+Green+Blue) = 91+151+139=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #5B978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B978B is #A46874. Grayscale: #838383. Windows color (decimal): -10774645 or 9148251. OLE color: 9148251.

HSL color Cylindrical-coordinate representation of color #5B978B: hue angle of 168º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B978B is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB91151139-
CMYK0.4000.080.41
HSL168º24.79%47.45%-
HSV(B)168º39.74%59.22%-
XYZ20.0426.2228.43-
YUV131.69132.1298.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.88%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=23.88%
G=39.63%
B=36.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal911511390.4000.080.4116824.7947.45
Hex5B978B280829a8192f
Octal13322721350010512503157
Binary10110111001011110001011101000010001010011010100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,151,139); }

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

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

 a { background-color: rgb(91,151,139); }

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

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

 span { border-color: rgb(91,151,139); }

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