Html Css Color HEX #5B9778 Patina

📋 copy color: '#5B9778'

red 91 ◦ green 151 ◦ blue 120

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

Shades of Patina #5B9778

Tints of Patina #5B9778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

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

R = 25.14%
G = 41.71%
B = 33.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#5B9778 (or 0x5B9778) is known color: Patina. HEX triplet: 5B, 97 and 78. RGB value is (91,151,120). Sum of RGB (Red+Green+Blue) = 91+151+120=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #5B9778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9778 is #A46887. Grayscale: #818181. Windows color (decimal): -10774664 or 7903067. OLE color: 7903067.

HSL color Cylindrical-coordinate representation of color #5B9778: hue angle of 149º 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 #5B9778 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 151 120 -
CMYK 0.40 0 0.21 0.41
HSL 149º 0.25% 0.47% -
HSV(B) 149º 0.4% 0.59% -
XYZ 18.77 25.71 21.74 -
YUV 129.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 91 151 120 0.40 0 0.21 0.41 149 0.25 0.47
Hex 5B 97 78 28 0 15 29 95 19 2F
Octal 133 227 170 50 0 25 51 225 31 57
Binary 1011011 10010111 1111000 101000 0 10101 101001 10010101 11001 101111

Color Harmonies of #5B9778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9778

Black with #5B9778

Text Example


Text Example

White with #5B9778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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