#527457

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

Shades of Killarney #527457

Tints of Killarney #527457

Color information

#527457 (or 0x527457) is unknown color: approx Killarney. HEX triplet: 52, 74 and 57. RGB value is (82,116,87). Sum of RGB (Red+Green+Blue) = 82+116+87=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #527457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527457 is #AD8BA8. Grayscale: #666666. Windows color (decimal): -11373481 or 5731410. OLE color: 5731410.

HSL color Cylindrical-coordinate representation of color #527457: hue angle of 128.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527457 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB8211687-
CMYK0.2900.250.55
HSL128.82º17.17%38.82%-
HSV(B)128.82º29.31%45.49%-
XYZ11.4514.9711.3-
YUV102.53119.24113.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=28.77%
G=40.70%
B=30.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116870.2900.250.55128.8217.1738.82
Hex5274571D01937811127
Octal12216412735031672012147
Binary101001011101001010111111010110011101111000000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527457; }

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

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

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

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

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

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

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

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