Html Css Color HEX #5BA689 Patina

📋 copy color: '#5BA689'

red 91 ◦ green 166 ◦ blue 137

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

Shades of Patina #5BA689

Tints of Patina #5BA689

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 23.1%
G = 42.13%
B = 34.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#5BA689 (or 0x5BA689) is known color: Patina. HEX triplet: 5B, A6 and 89. RGB value is (91,166,137). Sum of RGB (Red+Green+Blue) = 91+166+137=394 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.10% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA689 is #A45976. Grayscale: #8C8C8C. Windows color (decimal): -10770807 or 9021019. OLE color: 9021019.

HSL color Cylindrical-coordinate representation of color #5BA689: hue angle of 156.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA689 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 166 137 -
CMYK 0.45 0 0.17 0.35
HSL 156.8º 0.3% 0.5% -
HSV(B) 156.8º 0.45% 0.65% -
XYZ 22.47 31.3 28.52 -
YUV 140.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 91 166 137 0.45 0 0.17 0.35 156.8 0.3 0.5
Hex 5B A6 89 2D 0 11 23 9D 1E 32
Octal 133 246 211 55 0 21 43 235 36 62
Binary 1011011 10100110 10001001 101101 0 10001 100011 10011101 11110 110010

Color Harmonies of #5BA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA689

Black with #5BA689

Text Example


Text Example

White with #5BA689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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