Html Css Color HEX #5A9B87 Patina

📋 copy color: '#5A9B87'

red 90 ◦ green 155 ◦ blue 135

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

Shades of Patina #5A9B87

Tints of Patina #5A9B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.53%

R = 23.68%
G = 40.79%
B = 35.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#5A9B87 (or 0x5A9B87) is known color: Patina. HEX triplet: 5A, 9B and 87. RGB value is (90,155,135). Sum of RGB (Red+Green+Blue) = 90+155+135=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9B87 is #A56478. Grayscale: #858585. Windows color (decimal): -10839161 or 8887130. OLE color: 8887130.

HSL color Cylindrical-coordinate representation of color #5A9B87: hue angle of 161.54º 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 #5A9B87 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 155 135 -
CMYK 0.42 0 0.13 0.39
HSL 161.54º 0.27% 0.48% -
HSV(B) 161.54º 0.42% 0.61% -
XYZ 20.31 27.37 27.13 -
YUV 133.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 90 155 135 0.42 0 0.13 0.39 161.54 0.27 0.48
Hex 5A 9B 87 2A 0 D 27 A2 1B 30
Octal 132 233 207 52 0 15 47 242 33 60
Binary 1011010 10011011 10000111 101010 0 1101 100111 10100010 11011 110000

Color Harmonies of #5A9B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9B87

Black with #5A9B87

Text Example


Text Example

White with #5A9B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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