#5E7560

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

Shades of Killarney #5E7560

Tints of Killarney #5E7560

Color information

#5E7560 (or 0x5E7560) is unknown color: approx Killarney. HEX triplet: 5E, 75 and 60. RGB value is (94,117,96). Sum of RGB (Red+Green+Blue) = 94+117+96=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7560 is #A18A9F. Grayscale: #6B6B6B. Windows color (decimal): -10586784 or 6321502. OLE color: 6321502.

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

Color convert

RGB9411796-
CMYK0.2000.180.54
HSL125.22º10.9%41.37%-
HSV(B)125.22º19.66%45.88%-
XYZ13.0915.9513.45-
YUV107.73121.38118.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.62%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=30.62%
G=38.11%
B=31.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94117960.2000.180.54125.2210.941.37
Hex5E756014012367db29
Octal13616514024022661751351
Binary1011110111010111000001010001001011011011111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,117,96); }

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

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

 a { background-color: rgb(94,117,96); }

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

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

 span { border-color: rgb(94,117,96); }

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