#5A785E

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

Shades of Killarney #5A785E

Tints of Killarney #5A785E

Color information

#5A785E (or 0x5A785E) is unknown color: approx Killarney. HEX triplet: 5A, 78 and 5E. RGB value is (90,120,94). Sum of RGB (Red+Green+Blue) = 90+120+94=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #5A785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A785E is #A587A1. Grayscale: #6C6C6C. Windows color (decimal): -10848162 or 6191194. OLE color: 6191194.

HSL color Cylindrical-coordinate representation of color #5A785E: hue angle of 128º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A785E is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB9012094-
CMYK0.2500.220.53
HSL128º14.29%41.18%-
HSV(B)128º25%47.06%-
XYZ12.9516.4113.08-
YUV108.07120.06115.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.61%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=29.61%
G=39.47%
B=30.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90120940.2500.220.5312814.2941.18
Hex5A785E190163580e29
Octal13217013631026652001651
Binary10110101111000101111011001010110110101100000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,120,94); }

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

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

 a { background-color: rgb(90,120,94); }

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

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

 span { border-color: rgb(90,120,94); }

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