#527057

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

Shades of Killarney #527057

Tints of Killarney #527057

Color information

#527057 (or 0x527057) is unknown color: approx Killarney. HEX triplet: 52, 70 and 57. RGB value is (82,112,87). Sum of RGB (Red+Green+Blue) = 82+112+87=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #527057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527057 is #AD8FA8. Grayscale: #646464. Windows color (decimal): -11374505 or 5730386. OLE color: 5730386.

HSL color Cylindrical-coordinate representation of color #527057: hue angle of 130º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527057 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB8211287-
CMYK0.2700.220.56
HSL130º15.46%38.04%-
HSV(B)130º26.79%43.92%-
XYZ10.9914.0711.15-
YUV100.18120.56115.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=29.18%
G=39.86%
B=30.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112870.2700.220.5613015.4638.04
Hex5270571B0163882f26
Octal12216012733026702021746
Binary10100101110000101011111011010110111000100000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527057; }

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

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

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

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

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

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

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

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