#5B9D7F

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

Shades of Patina #5B9D7F

Tints of Patina #5B9D7F

Color information

#5B9D7F (or 0x5B9D7F) is unknown color: approx Patina. HEX triplet: 5B, 9D and 7F. RGB value is (91,157,127). Sum of RGB (Red+Green+Blue) = 91+157+127=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9D7F is #A46280. Grayscale: #858585. Windows color (decimal): -10773121 or 8363355. OLE color: 8363355.

HSL color Cylindrical-coordinate representation of color #5B9D7F: hue angle of 152.73º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9D7F is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB91157127-
CMYK0.4200.190.38
HSL152.73º26.61%48.63%-
HSV(B)152.73º42.04%61.57%-
XYZ20.227.8724.39-
YUV133.85124.1397.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 127 (50% from 255) = 33.87%
R=24.27%
G=41.87%
B=33.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911571270.4200.190.38152.7326.6148.63
Hex5B9D7F2A01326991b31
Octal13323517752023462313361
Binary10110111001110111111111010100100111001101001100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,157,127); }

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

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

 a { background-color: rgb(91,157,127); }

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

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

 span { border-color: rgb(91,157,127); }

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