#5A9E8E

Color #5A9E8E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5A9E8E

Tints of Patina #5A9E8E

Color information

#5A9E8E (or 0x5A9E8E) is unknown color: approx Patina. HEX triplet: 5A, 9E and 8E. RGB value is (90,158,142). Sum of RGB (Red+Green+Blue) = 90+158+142=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9E8E is #A56171. Grayscale: #878787. Windows color (decimal): -10838386 or 9346650. OLE color: 9346650.

HSL color Cylindrical-coordinate representation of color #5A9E8E: hue angle of 165.88º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9E8E is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB90158142-
CMYK0.4300.100.38
HSL165.88º27.42%48.63%-
HSV(B)165.88º43.04%61.96%-
XYZ21.3328.5829.98-
YUV135.84131.4795.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.08%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=23.08%
G=40.51%
B=36.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901581420.4300.100.38165.8827.4248.63
Hex5A9E8E2B0A26a61b31
Octal13223621653012462463361
Binary10110101001111010001110101011010101001101010011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,158,142); }

 H1.HeaderClassName
 {
   color: #5A9E8E;
 }
 .AnyTagClassName
 {
   color: #5A9E8E;
 }
</style>
background-color css

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

 a { background-color: rgb(90,158,142); }

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

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

 span { border-color: rgb(90,158,142); }

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