#527A56

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

Shades of Killarney #527A56

Tints of Killarney #527A56

Color information

#527A56 (or 0x527A56) is unknown color: approx Killarney. HEX triplet: 52, 7A and 56. RGB value is (82,122,86). Sum of RGB (Red+Green+Blue) = 82+122+86=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #527A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A56 is #AD85A9. Grayscale: #6A6A6A. Windows color (decimal): -11371946 or 5667410. OLE color: 5667410.

HSL color Cylindrical-coordinate representation of color #527A56: hue angle of 126º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A56 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB8212286-
CMYK0.3300.300.52
HSL126º19.61%40%-
HSV(B)126º32.79%47.84%-
XYZ12.1216.3811.33-
YUV105.94116.75110.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=28.28%
G=42.07%
B=29.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82122860.3300.300.5212619.6140
Hex527A562101E347e1428
Octal12217212641036641762450
Binary101001011110101010110100001011110110100111111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527A56; }

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

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

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

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

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

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

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

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