#527556

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

Shades of Killarney #527556

Tints of Killarney #527556

Color information

#527556 (or 0x527556) is unknown color: approx Killarney. HEX triplet: 52, 75 and 56. RGB value is (82,117,86). Sum of RGB (Red+Green+Blue) = 82+117+86=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #527556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527556 is #AD8AA9. Grayscale: #676767. Windows color (decimal): -11373226 or 5666130. OLE color: 5666130.

HSL color Cylindrical-coordinate representation of color #527556: hue angle of 126.86º 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 #527556 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB8211786-
CMYK0.3000.260.54
HSL126.86º17.59%39.02%-
HSV(B)126.86º29.91%45.88%-
XYZ11.5215.1911.13-
YUV103118.4113.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=28.77%
G=41.05%
B=30.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117860.3000.260.54126.8617.5939.02
Hex5275561E01A367f1227
Octal12216512636032661772247
Binary10100101110101101011011110011010110110111111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527556; }

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

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

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

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

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

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

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

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