Html Css Color HEX #5B977D Patina

📋 copy color: '#5B977D'

red 91 ◦ green 151 ◦ blue 125

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

Shades of Patina #5B977D

Tints of Patina #5B977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 24.8%
G = 41.14%
B = 34.06%

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

#5B977D (or 0x5B977D) is known color: Patina. HEX triplet: 5B, 97 and 7D. RGB value is (91,151,125). Sum of RGB (Red+Green+Blue) = 91+151+125=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #5B977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B977D is #A46882. Grayscale: #828282. Windows color (decimal): -10774659 or 8230747. OLE color: 8230747.

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

Color convert

RGB 91 151 125 -
CMYK 0.40 0 0.17 0.41
HSL 154º 0.25% 0.47% -
HSV(B) 154º 0.4% 0.59% -
XYZ 19.08 25.84 23.38 -
YUV 130.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 91 151 125 0.40 0 0.17 0.41 154 0.25 0.47
Hex 5B 97 7D 28 0 11 29 9A 19 2F
Octal 133 227 175 50 0 21 51 232 31 57
Binary 1011011 10010111 1111101 101000 0 10001 101001 10011010 11001 101111

Color Harmonies of #5B977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B977D

Black with #5B977D

Text Example


Text Example

White with #5B977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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