#557055

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

Shades of Killarney #557055

Tints of Killarney #557055

Color information

#557055 (or 0x557055) is unknown color: approx Killarney. HEX triplet: 55, 70 and 55. RGB value is (85,112,85). Sum of RGB (Red+Green+Blue) = 85+112+85=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #557055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557055 is #AA8FAA. Grayscale: #646464. Windows color (decimal): -11177899 or 5599317. OLE color: 5599317.

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

Color convert

RGB8511285-
CMYK0.2400.240.56
HSL120º13.71%38.63%-
HSV(B)120º24.11%43.92%-
XYZ11.1814.1810.74-
YUV100.85119.05116.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=30.14%
G=39.72%
B=30.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112850.2400.240.5612013.7138.63
Hex557055180183878e27
Octal12516012530030701701647
Binary1010101111000010101011100001100011100011110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557055; }

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

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

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

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

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

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

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

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