#55875C

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

Shades of Killarney #55875C

Tints of Killarney #55875C

Color information

#55875C (or 0x55875C) is unknown color: approx Killarney. HEX triplet: 55, 87 and 5C. RGB value is (85,135,92). Sum of RGB (Red+Green+Blue) = 85+135+92=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #55875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55875C is #AA78A3. Grayscale: #737373. Windows color (decimal): -11172004 or 6063957. OLE color: 6063957.

HSL color Cylindrical-coordinate representation of color #55875C: hue angle of 128.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55875C is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB8513592-
CMYK0.3700.320.47
HSL128.4º22.73%43.14%-
HSV(B)128.4º37.04%52.94%-
XYZ14.3420.0313.24-
YUV115.15114.94106.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=27.24%
G=43.27%
B=29.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135920.3700.320.47128.422.7343.14
Hex55875C250202F80172b
Octal12520713445040572002753
Binary101010110000111101110010010101000001011111000000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55875C; }

 p { color: rgb(85,135,92); }

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

<style>
 a { background-color: #55875C; }

 a { background-color: rgb(85,135,92); }

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

<style>
 span { border-color: #55875C; }

 span { border-color: rgb(85,135,92); }

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