#55815A

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

Shades of Killarney #55815A

Tints of Killarney #55815A

Color information

#55815A (or 0x55815A) is unknown color: approx Killarney. HEX triplet: 55, 81 and 5A. RGB value is (85,129,90). Sum of RGB (Red+Green+Blue) = 85+129+90=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #55815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815A is #AA7EA5. Grayscale: #6F6F6F. Windows color (decimal): -11173542 or 5931349. OLE color: 5931349.

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

Color convert

RGB8512990-
CMYK0.3400.300.49
HSL126.82º20.56%41.96%-
HSV(B)126.82º34.11%50.59%-
XYZ13.4418.3712.51-
YUV111.4115.92109.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=27.96%
G=42.43%
B=29.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129900.3400.300.49126.8220.5641.96
Hex55815A2201E317f152a
Octal12520113242036611772552
Binary1010101100000011011010100010011110110001111111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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