#5A8A7D

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

Shades of Patina #5A8A7D

Tints of Patina #5A8A7D

Color information

#5A8A7D (or 0x5A8A7D) is unknown color: approx Patina. HEX triplet: 5A, 8A and 7D. RGB value is (90,138,125). Sum of RGB (Red+Green+Blue) = 90+138+125=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A7D is #A57582. Grayscale: #7A7A7A. Windows color (decimal): -10843523 or 8227418. OLE color: 8227418.

HSL color Cylindrical-coordinate representation of color #5A8A7D: hue angle of 163.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8A7D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB90138125-
CMYK0.3500.090.46
HSL163.75º21.05%44.71%-
HSV(B)163.75º34.78%54.12%-
XYZ17.0121.8322.72-
YUV122.17129.6105.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=25.50%
G=39.09%
B=35.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal901381250.3500.090.46163.7521.0544.71
Hex5A8A7D23092Ea4152d
Octal13221217543011562442555
Binary1011010100010101111101100011010011011101010010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,138,125); }

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

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

 a { background-color: rgb(90,138,125); }

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

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

 span { border-color: rgb(90,138,125); }

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