Html Css Color HEX #5B9686 Patina

📋 copy color: '#5B9686'

red 91 ◦ green 150 ◦ blue 134

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

Shades of Patina #5B9686

Tints of Patina #5B9686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 24.27%
G = 40%
B = 35.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#5B9686 (or 0x5B9686) is known color: Patina. HEX triplet: 5B, 96 and 86. RGB value is (91,150,134). Sum of RGB (Red+Green+Blue) = 91+150+134=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9686 is #A46979. Grayscale: #828282. Windows color (decimal): -10774906 or 8820315. OLE color: 8820315.

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

Color convert

RGB 91 150 134 -
CMYK 0.39 0 0.11 0.41
HSL 163.73º 0.24% 0.47% -
HSV(B) 163.73º 0.39% 0.59% -
XYZ 19.52 25.76 26.5 -
YUV 130.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 91 150 134 0.39 0 0.11 0.41 163.73 0.24 0.47
Hex 5B 96 86 27 0 B 29 A4 18 2F
Octal 133 226 206 47 0 13 51 244 30 57
Binary 1011011 10010110 10000110 100111 0 1011 101001 10100100 11000 101111

Color Harmonies of #5B9686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9686

Black with #5B9686

Text Example


Text Example

White with #5B9686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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