#55815C

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

Shades of Killarney #55815C

Tints of Killarney #55815C

Color information

#55815C (or 0x55815C) is unknown color: approx Killarney. HEX triplet: 55, 81 and 5C. RGB value is (85,129,92). Sum of RGB (Red+Green+Blue) = 85+129+92=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #55815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815C is #AA7EA3. Grayscale: #6F6F6F. Windows color (decimal): -11173540 or 6062421. OLE color: 6062421.

HSL color Cylindrical-coordinate representation of color #55815C: hue angle of 129.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55815C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB8512992-
CMYK0.3400.290.49
HSL129.55º20.56%41.96%-
HSV(B)129.55º34.11%50.59%-
XYZ13.5318.412.96-
YUV111.63116.92109.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=27.78%
G=42.16%
B=30.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129920.3400.290.49129.5520.5641.96
Hex55815C2201D3182152a
Octal12520113442035612022552
Binary10101011000000110111001000100111011100011000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55815C; }

 p { color: rgb(85,129,92); }

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

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

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

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

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

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

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