#527F57

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

Shades of Killarney #527F57

Tints of Killarney #527F57

Color information

#527F57 (or 0x527F57) is unknown color: approx Killarney. HEX triplet: 52, 7F and 57. RGB value is (82,127,87). Sum of RGB (Red+Green+Blue) = 82+127+87=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #527F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F57 is #AD80A8. Grayscale: #6D6D6D. Windows color (decimal): -11370665 or 5734226. OLE color: 5734226.

HSL color Cylindrical-coordinate representation of color #527F57: hue angle of 126.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F57 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB8212787-
CMYK0.3500.310.50
HSL126.67º21.53%40.98%-
HSV(B)126.67º35.43%49.8%-
XYZ12.7917.6611.75-
YUV108.98115.59108.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 127 (50% from 255) = 42.91%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=27.70%
G=42.91%
B=29.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82127870.3500.310.50126.6721.5340.98
Hex527F572301F327f1629
Octal12217712743037621772651
Binary101001011111111010111100011011111110010111111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,127,87); }

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

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

 a { background-color: rgb(82,127,87); }

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

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

 span { border-color: rgb(82,127,87); }

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