#527655

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

Shades of Killarney #527655

Tints of Killarney #527655

Color information

#527655 (or 0x527655) is unknown color: approx Killarney. HEX triplet: 52, 76 and 55. RGB value is (82,118,85). Sum of RGB (Red+Green+Blue) = 82+118+85=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #527655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527655 is #AD89AA. Grayscale: #676767. Windows color (decimal): -11372971 or 5600850. OLE color: 5600850.

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

Color convert

RGB8211885-
CMYK0.3100.280.54
HSL125º18%39.22%-
HSV(B)125º30.51%46.27%-
XYZ11.615.4110.96-
YUV103.47117.57112.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=28.77%
G=41.40%
B=29.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118850.3100.280.541251839.22
Hex5276551F01C367d1227
Octal12216612537034661752247
Binary10100101110110101010111111011100110110111110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527655; }

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

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

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

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

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

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

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

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