#5A937B

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

Shades of Patina #5A937B

Tints of Patina #5A937B

Color information

#5A937B (or 0x5A937B) is unknown color: approx Patina. HEX triplet: 5A, 93 and 7B. RGB value is (90,147,123). Sum of RGB (Red+Green+Blue) = 90+147+123=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #5A937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A937B is #A56C84. Grayscale: #7F7F7F. Windows color (decimal): -10841221 or 8098650. OLE color: 8098650.

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

Color convert

RGB90147123-
CMYK0.3900.160.42
HSL154.74º24.05%46.47%-
HSV(B)154.74º38.78%57.65%-
XYZ18.2324.4722.5-
YUV127.22125.62101.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=25%
G=40.83%
B=34.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901471230.3900.160.42154.7424.0546.47
Hex5A937B270102A9b182e
Octal13222317347020522333056
Binary10110101001001111110111001110100001010101001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,147,123); }

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

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

 a { background-color: rgb(90,147,123); }

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

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

 span { border-color: rgb(90,147,123); }

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