#5B997B

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

Shades of Patina #5B997B

Tints of Patina #5B997B

Color information

#5B997B (or 0x5B997B) is unknown color: approx Patina. HEX triplet: 5B, 99 and 7B. RGB value is (91,153,123). Sum of RGB (Red+Green+Blue) = 91+153+123=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #5B997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B997B is #A46684. Grayscale: #838383. Windows color (decimal): -10774149 or 8100187. OLE color: 8100187.

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

Color convert

RGB91153123-
CMYK0.4100.200.4
HSL150.97º25.41%47.84%-
HSV(B)150.97º40.52%60%-
XYZ19.2826.4422.83-
YUV131.04123.4699.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.80%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=24.80%
G=41.69%
B=33.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal911531230.4100.200.4150.9725.4147.84
Hex5B997B2901428971930
Octal13323117351024502273160
Binary10110111001100111110111010010101001010001001011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,153,123); }

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

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

 a { background-color: rgb(91,153,123); }

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

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

 span { border-color: rgb(91,153,123); }

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