Html Css Color HEX #5B9578 Patina

📋 copy color: '#5B9578'

red 91 ◦ green 149 ◦ blue 120

#5B9578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #5B9578

Tints of Patina #5B9578

RGB

 RED value IS 91 (35.94% from 255) = 25.28%

 GREEN value IS 149 (58.59% from 255) = 41.39%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 25.28%
G = 41.39%
B = 33.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#5B9578 (or 0x5B9578) is known color: Patina. HEX triplet: 5B, 95 and 78. RGB value is (91,149,120). Sum of RGB (Red+Green+Blue) = 91+149+120=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9578 is #A46A87. Grayscale: #808080. Windows color (decimal): -10775176 or 7902555. OLE color: 7902555.

HSL color Cylindrical-coordinate representation of color #5B9578: hue angle of 150º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9578 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 149 120 -
CMYK 0.39 0 0.19 0.42
HSL 150º 0.24% 0.47% -
HSV(B) 150º 0.39% 0.58% -
XYZ 18.45 25.08 21.64 -
YUV 128.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 91 149 120 0.39 0 0.19 0.42 150 0.24 0.47
Hex 5B 95 78 27 0 13 2A 96 18 2F
Octal 133 225 170 47 0 23 52 226 30 57
Binary 1011011 10010101 1111000 100111 0 10011 101010 10010110 11000 101111

Color Harmonies of #5B9578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9578

Black with #5B9578

Text Example


Text Example

White with #5B9578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,149,120); }

 H1.HeaderClassName
 {
   color: #5B9578;
 }
 .AnyTagClassName
 {
   color: #5B9578;
 }
</style>

background-color css

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

 a { background-color: rgb(91,149,120); }

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

border-color css

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

 span { border-color: rgb(91,149,120); }

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