Html Css Color HEX #5B977C Patina

📋 copy color: '#5B977C'

red 91 ◦ green 151 ◦ blue 124

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

Shades of Patina #5B977C

Tints of Patina #5B977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 24.86%
G = 41.26%
B = 33.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#5B977C (or 0x5B977C) is known color: Patina. HEX triplet: 5B, 97 and 7C. RGB value is (91,151,124). Sum of RGB (Red+Green+Blue) = 91+151+124=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #5B977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B977C is #A46883. Grayscale: #828282. Windows color (decimal): -10774660 or 8165211. OLE color: 8165211.

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

Color convert

RGB 91 151 124 -
CMYK 0.40 0 0.18 0.41
HSL 153º 0.25% 0.47% -
HSV(B) 153º 0.4% 0.59% -
XYZ 19.02 25.81 23.05 -
YUV 129.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 91 151 124 0.40 0 0.18 0.41 153 0.25 0.47
Hex 5B 97 7C 28 0 12 29 99 19 2F
Octal 133 227 174 50 0 22 51 231 31 57
Binary 1011011 10010111 1111100 101000 0 10010 101001 10011001 11001 101111

Color Harmonies of #5B977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B977C

Black with #5B977C

Text Example


Text Example

White with #5B977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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