#527555

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

Shades of Killarney #527555

Tints of Killarney #527555

Color information

#527555 (or 0x527555) is unknown color: approx Killarney. HEX triplet: 52, 75 and 55. RGB value is (82,117,85). Sum of RGB (Red+Green+Blue) = 82+117+85=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #527555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527555 is #AD8AAA. Grayscale: #666666. Windows color (decimal): -11373227 or 5600594. OLE color: 5600594.

HSL color Cylindrical-coordinate representation of color #527555: hue angle of 125.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527555 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB8211785-
CMYK0.3000.270.54
HSL125.14º17.59%39.02%-
HSV(B)125.14º29.91%45.88%-
XYZ11.4815.1710.92-
YUV102.89117.9113.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=28.87%
G=41.20%
B=29.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117850.3000.270.54125.1417.5939.02
Hex5275551E01B367d1227
Octal12216512536033661752247
Binary10100101110101101010111110011011110110111110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527555; }

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

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

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

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

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

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

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

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