Html Css Color HEX #5B9A89 Patina

📋 copy color: '#5B9A89'

red 91 ◦ green 154 ◦ blue 137

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

Shades of Patina #5B9A89

Tints of Patina #5B9A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.31%

 BLUE value IS 137 (53.91% from 255) = 35.86%

R = 23.82%
G = 40.31%
B = 35.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#5B9A89 (or 0x5B9A89) is known color: Patina. HEX triplet: 5B, 9A and 89. RGB value is (91,154,137). Sum of RGB (Red+Green+Blue) = 91+154+137=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 154 - color contains mainly: green. Hex color #5B9A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9A89 is #A46576. Grayscale: #858585. Windows color (decimal): -10773879 or 9017947. OLE color: 9017947.

HSL color Cylindrical-coordinate representation of color #5B9A89: hue angle of 163.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9A89 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 154 137 -
CMYK 0.41 0 0.11 0.40
HSL 163.81º 0.26% 0.48% -
HSV(B) 163.81º 0.41% 0.6% -
XYZ 20.39 27.14 27.83 -
YUV 133.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 91 154 137 0.41 0 0.11 0.40 163.81 0.26 0.48
Hex 5B 9A 89 29 0 B 28 A4 1A 30
Octal 133 232 211 51 0 13 50 244 32 60
Binary 1011011 10011010 10001001 101001 0 1011 101000 10100100 11010 110000

Color Harmonies of #5B9A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9A89

Black with #5B9A89

Text Example


Text Example

White with #5B9A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,154,137); }

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

background-color css

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

 a { background-color: rgb(91,154,137); }

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

border-color css

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

 span { border-color: rgb(91,154,137); }

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