#527756

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

Shades of Killarney #527756

Tints of Killarney #527756

Color information

#527756 (or 0x527756) is unknown color: approx Killarney. HEX triplet: 52, 77 and 56. RGB value is (82,119,86). Sum of RGB (Red+Green+Blue) = 82+119+86=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #527756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527756 is #AD88A9. Grayscale: #686868. Windows color (decimal): -11372714 or 5666642. OLE color: 5666642.

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

Color convert

RGB8211986-
CMYK0.3100.280.53
HSL126.49º18.41%39.41%-
HSV(B)126.49º31.09%46.67%-
XYZ11.7615.6611.21-
YUV104.18117.74112.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=28.57%
G=41.46%
B=29.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119860.3100.280.53126.4918.4139.41
Hex5277561F01C357e1227
Octal12216712637034651762247
Binary10100101110111101011011111011100110101111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527756; }

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

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

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

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

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

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

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

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