#55785A

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

Shades of Killarney #55785A

Tints of Killarney #55785A

Color information

#55785A (or 0x55785A) is unknown color: approx Killarney. HEX triplet: 55, 78 and 5A. RGB value is (85,120,90). Sum of RGB (Red+Green+Blue) = 85+120+90=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #55785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55785A is #AA87A5. Grayscale: #6A6A6A. Windows color (decimal): -11175846 or 5929045. OLE color: 5929045.

HSL color Cylindrical-coordinate representation of color #55785A: hue angle of 128.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55785A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB8512090-
CMYK0.2900.250.53
HSL128.57º17.07%40.2%-
HSV(B)128.57º29.17%47.06%-
XYZ12.3116.112.13-
YUV106.12118.9112.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=28.81%
G=40.68%
B=30.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120900.2900.250.53128.5717.0740.2
Hex55785A1D01935811128
Octal12517013235031652012150
Binary101010111110001011010111010110011101011000000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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