#5A765E

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

Shades of Killarney #5A765E

Tints of Killarney #5A765E

Color information

#5A765E (or 0x5A765E) is unknown color: approx Killarney. HEX triplet: 5A, 76 and 5E. RGB value is (90,118,94). Sum of RGB (Red+Green+Blue) = 90+118+94=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #5A765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A765E is #A589A1. Grayscale: #6A6A6A. Windows color (decimal): -10848674 or 6190682. OLE color: 6190682.

HSL color Cylindrical-coordinate representation of color #5A765E: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A765E is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB9011894-
CMYK0.2400.200.54
HSL128.57º13.46%40.78%-
HSV(B)128.57º23.73%46.27%-
XYZ12.7215.9413-
YUV106.89120.72115.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=29.80%
G=39.07%
B=31.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118940.2400.200.54128.5713.4640.78
Hex5A765E180143681d29
Octal13216613630024662011551
Binary10110101110110101111011000010100110110100000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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