Html Css Color HEX #5B967D Patina

📋 copy color: '#5B967D'

red 91 ◦ green 150 ◦ blue 125

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

Shades of Patina #5B967D

Tints of Patina #5B967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

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

R = 24.86%
G = 40.98%
B = 34.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#5B967D (or 0x5B967D) is known color: Patina. HEX triplet: 5B, 96 and 7D. RGB value is (91,150,125). Sum of RGB (Red+Green+Blue) = 91+150+125=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #5B967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B967D is #A46982. Grayscale: #818181. Windows color (decimal): -10774915 or 8230491. OLE color: 8230491.

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

Color convert

RGB 91 150 125 -
CMYK 0.39 0 0.17 0.41
HSL 154.58º 0.24% 0.47% -
HSV(B) 154.58º 0.39% 0.59% -
XYZ 18.92 25.52 23.33 -
YUV 129.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 91 150 125 0.39 0 0.17 0.41 154.58 0.24 0.47
Hex 5B 96 7D 27 0 11 29 9B 18 2F
Octal 133 226 175 47 0 21 51 233 30 57
Binary 1011011 10010110 1111101 100111 0 10001 101001 10011011 11000 101111

Color Harmonies of #5B967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B967D

Black with #5B967D

Text Example


Text Example

White with #5B967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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