#5B918A

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

Shades of Patina #5B918A

Tints of Patina #5B918A

Color information

#5B918A (or 0x5B918A) is unknown color: approx Patina. HEX triplet: 5B, 91 and 8A. RGB value is (91,145,138). Sum of RGB (Red+Green+Blue) = 91+145+138=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #5B918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B918A is #A46E75. Grayscale: #808080. Windows color (decimal): -10776182 or 9081179. OLE color: 9081179.

HSL color Cylindrical-coordinate representation of color #5B918A: hue angle of 172.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B918A is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB91145138-
CMYK0.3700.050.43
HSL172.22º22.88%46.27%-
HSV(B)172.22º37.24%56.86%-
XYZ19.0324.3127.73-
YUV128.06133.61101.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.33%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=24.33%
G=38.77%
B=36.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451380.3700.050.43172.2222.8846.27
Hex5B918A25052Bac172e
Octal1332212124505532542756
Binary1011011100100011000101010010101011010111010110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,138); }

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

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

 a { background-color: rgb(91,145,138); }

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

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

 span { border-color: rgb(91,145,138); }

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