Html Css Color HEX #5BA291 Patina

📋 copy color: '#5BA291'

red 91 ◦ green 162 ◦ blue 145

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

Shades of Patina #5BA291

Tints of Patina #5BA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 22.86%
G = 40.7%
B = 36.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#5BA291 (or 0x5BA291) is known color: Patina. HEX triplet: 5B, A2 and 91. RGB value is (91,162,145). Sum of RGB (Red+Green+Blue) = 91+162+145=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA291 is #A45D6E. Grayscale: #8A8A8A. Windows color (decimal): -10771823 or 9544283. OLE color: 9544283.

HSL color Cylindrical-coordinate representation of color #5BA291: hue angle of 165.63º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA291 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 162 145 -
CMYK 0.44 0 0.10 0.36
HSL 165.63º 0.28% 0.5% -
HSV(B) 165.63º 0.44% 0.64% -
XYZ 22.35 30.11 31.42 -
YUV 138.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 91 162 145 0.44 0 0.10 0.36 165.63 0.28 0.5
Hex 5B A2 91 2C 0 A 24 A6 1C 32
Octal 133 242 221 54 0 12 44 246 34 62
Binary 1011011 10100010 10010001 101100 0 1010 100100 10100110 11100 110010

Color Harmonies of #5BA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA291

Black with #5BA291

Text Example


Text Example

White with #5BA291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,162,145); }

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

background-color css

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

 a { background-color: rgb(91,162,145); }

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

border-color css

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

 span { border-color: rgb(91,162,145); }

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