#517055

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

Shades of Killarney #517055

Tints of Killarney #517055

Color information

#517055 (or 0x517055) is unknown color: approx Killarney. HEX triplet: 51, 70 and 55. RGB value is (81,112,85). Sum of RGB (Red+Green+Blue) = 81+112+85=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #517055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517055 is #AE8FAA. Grayscale: #636363. Windows color (decimal): -11440043 or 5599313. OLE color: 5599313.

HSL color Cylindrical-coordinate representation of color #517055: hue angle of 127.74º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517055 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB8111285-
CMYK0.2800.240.56
HSL127.74º16.06%37.84%-
HSV(B)127.74º27.68%43.92%-
XYZ10.8313.9910.72-
YUV99.65119.73114.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=29.14%
G=40.29%
B=30.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112850.2800.240.56127.7416.0637.84
Hex5170551C01838801026
Octal12116012534030702002046
Binary101000111100001010101111000110001110001000000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517055; }

 p { color: rgb(81,112,85); }

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

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

 a { background-color: rgb(81,112,85); }

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

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

 span { border-color: rgb(81,112,85); }

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