#5A785C

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

Shades of Killarney #5A785C

Tints of Killarney #5A785C

Color information

#5A785C (or 0x5A785C) is unknown color: approx Killarney. HEX triplet: 5A, 78 and 5C. RGB value is (90,120,92). Sum of RGB (Red+Green+Blue) = 90+120+92=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #5A785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A785C is #A587A3. Grayscale: #6B6B6B. Windows color (decimal): -10848164 or 6060122. OLE color: 6060122.

HSL color Cylindrical-coordinate representation of color #5A785C: hue angle of 124º 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 #5A785C is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB9012092-
CMYK0.2500.230.53
HSL124º14.29%41.18%-
HSV(B)124º25%47.06%-
XYZ12.8616.3812.61-
YUV107.84119.06115.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=29.80%
G=39.74%
B=30.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90120920.2500.230.5312414.2941.18
Hex5A785C19017357ce29
Octal13217013431027651741651
Binary1011010111100010111001100101011111010111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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