#5A958B

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

Shades of Patina #5A958B

Tints of Patina #5A958B

Color information

#5A958B (or 0x5A958B) is unknown color: approx Patina. HEX triplet: 5A, 95 and 8B. RGB value is (90,149,139). Sum of RGB (Red+Green+Blue) = 90+149+139=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #5A958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A958B is #A56A74. Grayscale: #828282. Windows color (decimal): -10840693 or 9147738. OLE color: 9147738.

HSL color Cylindrical-coordinate representation of color #5A958B: hue angle of 169.83º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A958B is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB90149139-
CMYK0.4000.070.42
HSL169.83º24.69%46.86%-
HSV(B)169.83º39.6%58.43%-
XYZ19.6225.5328.32-
YUV130.22132.9599.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.81%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=23.81%
G=39.42%
B=36.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901491390.4000.070.42169.8324.6946.86
Hex5A958B28072Aaa192f
Octal1322252135007522523157
Binary1011010100101011000101110100001111010101010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,149,139); }

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

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

 a { background-color: rgb(90,149,139); }

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

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

 span { border-color: rgb(90,149,139); }

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