#55735A

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

Shades of Killarney #55735A

Tints of Killarney #55735A

Color information

#55735A (or 0x55735A) is unknown color: approx Killarney. HEX triplet: 55, 73 and 5A. RGB value is (85,115,90). Sum of RGB (Red+Green+Blue) = 85+115+90=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #55735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55735A is #AA8CA5. Grayscale: #676767. Windows color (decimal): -11177126 or 5927765. OLE color: 5927765.

HSL color Cylindrical-coordinate representation of color #55735A: hue angle of 130º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55735A is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB8511590-
CMYK0.2600.220.55
HSL130º15%39.22%-
HSV(B)130º26.09%45.1%-
XYZ11.7214.9311.94-
YUV103.18120.56115.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=29.31%
G=39.66%
B=31.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115900.2600.220.551301539.22
Hex55735A1A0163782f27
Octal12516313232026672021747
Binary10101011110011101101011010010110110111100000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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