#55815B

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

Shades of Killarney #55815B

Tints of Killarney #55815B

Color information

#55815B (or 0x55815B) is unknown color: approx Killarney. HEX triplet: 55, 81 and 5B. RGB value is (85,129,91). Sum of RGB (Red+Green+Blue) = 85+129+91=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #55815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815B is #AA7EA4. Grayscale: #6F6F6F. Windows color (decimal): -11173541 or 5996885. OLE color: 5996885.

HSL color Cylindrical-coordinate representation of color #55815B: hue angle of 128.18º 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 #55815B is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB8512991-
CMYK0.3400.290.49
HSL128.18º20.56%41.96%-
HSV(B)128.18º34.11%50.59%-
XYZ13.4818.3912.74-
YUV111.51116.42109.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=27.87%
G=42.30%
B=29.84%

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
Decimal85129910.3400.290.49128.1820.5641.96
Hex55815B2201D3180152a
Octal12520113342035612002552
Binary10101011000000110110111000100111011100011000000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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