Html Css Color HEX #5B9A82 Patina

📋 copy color: '#5B9A82'

red 91 ◦ green 154 ◦ blue 130

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

Shades of Patina #5B9A82

Tints of Patina #5B9A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 24.27%
G = 41.07%
B = 34.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#5B9A82 (or 0x5B9A82) is known color: Patina. HEX triplet: 5B, 9A and 82. RGB value is (91,154,130). Sum of RGB (Red+Green+Blue) = 91+154+130=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #5B9A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9A82 is #A4657D. Grayscale: #848484. Windows color (decimal): -10773886 or 8559195. OLE color: 8559195.

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

Color convert

RGB 91 154 130 -
CMYK 0.41 0 0.16 0.40
HSL 157.14º 0.26% 0.48% -
HSV(B) 157.14º 0.41% 0.6% -
XYZ 19.9 26.95 25.27 -
YUV 132.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 91 154 130 0.41 0 0.16 0.40 157.14 0.26 0.48
Hex 5B 9A 82 29 0 10 28 9D 1A 30
Octal 133 232 202 51 0 20 50 235 32 60
Binary 1011011 10011010 10000010 101001 0 10000 101000 10011101 11010 110000

Color Harmonies of #5B9A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9A82

Black with #5B9A82

Text Example


Text Example

White with #5B9A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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