#5A775E

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

Shades of Killarney #5A775E

Tints of Killarney #5A775E

Color information

#5A775E (or 0x5A775E) is unknown color: approx Killarney. HEX triplet: 5A, 77 and 5E. RGB value is (90,119,94). Sum of RGB (Red+Green+Blue) = 90+119+94=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #5A775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A775E is #A588A1. Grayscale: #6B6B6B. Windows color (decimal): -10848418 or 6190938. OLE color: 6190938.

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

Color convert

RGB9011994-
CMYK0.2400.210.53
HSL128.28º13.88%40.98%-
HSV(B)128.28º24.37%46.67%-
XYZ12.8316.1813.04-
YUV107.48120.39115.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=29.70%
G=39.27%
B=31.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119940.2400.210.53128.2813.8840.98
Hex5A775E180153580e29
Octal13216713630025652001651
Binary10110101110111101111011000010101110101100000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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