Html Css Color HEX #5B977E Patina

📋 copy color: '#5B977E'

red 91 ◦ green 151 ◦ blue 126

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

Shades of Patina #5B977E

Tints of Patina #5B977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 24.73%
G = 41.03%
B = 34.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#5B977E (or 0x5B977E) is known color: Patina. HEX triplet: 5B, 97 and 7E. RGB value is (91,151,126). Sum of RGB (Red+Green+Blue) = 91+151+126=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #5B977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B977E is #A46881. Grayscale: #828282. Windows color (decimal): -10774658 or 8296283. OLE color: 8296283.

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

Color convert

RGB 91 151 126 -
CMYK 0.40 0 0.17 0.41
HSL 155º 0.25% 0.47% -
HSV(B) 155º 0.4% 0.59% -
XYZ 19.15 25.86 23.72 -
YUV 130.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 91 151 126 0.40 0 0.17 0.41 155 0.25 0.47
Hex 5B 97 7E 28 0 11 29 9B 19 2F
Octal 133 227 176 50 0 21 51 233 31 57
Binary 1011011 10010111 1111110 101000 0 10001 101001 10011011 11001 101111

Color Harmonies of #5B977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B977E

Black with #5B977E

Text Example


Text Example

White with #5B977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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