#55755B

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

Shades of Killarney #55755B

Tints of Killarney #55755B

Color information

#55755B (or 0x55755B) is unknown color: approx Killarney. HEX triplet: 55, 75 and 5B. RGB value is (85,117,91). Sum of RGB (Red+Green+Blue) = 85+117+91=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #55755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55755B is #AA8AA4. Grayscale: #686868. Windows color (decimal): -11176613 or 5993813. OLE color: 5993813.

HSL color Cylindrical-coordinate representation of color #55755B: hue angle of 131.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55755B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB8511791-
CMYK0.2700.220.54
HSL131.25º15.84%39.61%-
HSV(B)131.25º27.35%45.88%-
XYZ1215.4112.24-
YUV104.47120.4114.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=29.01%
G=39.93%
B=31.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117910.2700.220.54131.2515.8439.61
Hex55755B1B01636831028
Octal12516513333026662032050
Binary101010111101011011011110110101101101101000001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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