#5A9C7D

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

Shades of Patina #5A9C7D

Tints of Patina #5A9C7D

Color information

#5A9C7D (or 0x5A9C7D) is unknown color: approx Patina. HEX triplet: 5A, 9C and 7D. RGB value is (90,156,125). Sum of RGB (Red+Green+Blue) = 90+156+125=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C7D is #A56382. Grayscale: #848484. Windows color (decimal): -10838915 or 8232026. OLE color: 8232026.

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

Color convert

RGB90156125-
CMYK0.4200.200.39
HSL151.82º26.83%48.24%-
HSV(B)151.82º42.31%61.18%-
XYZ19.8127.4323.65-
YUV132.73123.6397.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.26%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=24.26%
G=42.05%
B=33.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901561250.4200.200.39151.8226.8348.24
Hex5A9C7D2A01427981b30
Octal13223417552024472303360
Binary10110101001110011111011010100101001001111001100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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