#5D7860

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

Shades of Killarney #5D7860

Tints of Killarney #5D7860

Color information

#5D7860 (or 0x5D7860) is unknown color: approx Killarney. HEX triplet: 5D, 78 and 60. RGB value is (93,120,96). Sum of RGB (Red+Green+Blue) = 93+120+96=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7860 is #A2879F. Grayscale: #6D6D6D. Windows color (decimal): -10651552 or 6322269. OLE color: 6322269.

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

Color convert

RGB9312096-
CMYK0.2200.20.53
HSL126.67º12.68%41.76%-
HSV(B)126.67º22.5%47.06%-
XYZ13.3416.613.57-
YUV109.19120.55116.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.10%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=30.10%
G=38.83%
B=31.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93120960.2200.20.53126.6712.6841.76
Hex5D786016014357fd2a
Octal13517014026024651771552
Binary1011101111100011000001011001010011010111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,120,96); }

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

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

 a { background-color: rgb(93,120,96); }

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

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

 span { border-color: rgb(93,120,96); }

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