Html Css Color HEX #5A9B82 Patina

📋 copy color: '#5A9B82'

red 90 ◦ green 155 ◦ blue 130

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

Shades of Patina #5A9B82

Tints of Patina #5A9B82

RGB

 RED value IS 90 (35.55% from 255) = 24%

 GREEN value IS 155 (60.94% from 255) = 41.33%

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

R = 24%
G = 41.33%
B = 34.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#5A9B82 (or 0x5A9B82) is known color: Patina. HEX triplet: 5A, 9B and 82. RGB value is (90,155,130). Sum of RGB (Red+Green+Blue) = 90+155+130=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9B82 is #A5647D. Grayscale: #848484. Windows color (decimal): -10839166 or 8559450. OLE color: 8559450.

HSL color Cylindrical-coordinate representation of color #5A9B82: hue angle of 156.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B82 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 155 130 -
CMYK 0.42 0 0.16 0.39
HSL 156.92º 0.27% 0.48% -
HSV(B) 156.92º 0.42% 0.61% -
XYZ 19.97 27.23 25.32 -
YUV 132.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 90 155 130 0.42 0 0.16 0.39 156.92 0.27 0.48
Hex 5A 9B 82 2A 0 10 27 9D 1B 30
Octal 132 233 202 52 0 20 47 235 33 60
Binary 1011010 10011011 10000010 101010 0 10000 100111 10011101 11011 110000

Color Harmonies of #5A9B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9B82

Black with #5A9B82

Text Example


Text Example

White with #5A9B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,155,130); }

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

background-color css

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

 a { background-color: rgb(90,155,130); }

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

border-color css

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

 span { border-color: rgb(90,155,130); }

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