#527559

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

Shades of Killarney #527559

Tints of Killarney #527559

Color information

#527559 (or 0x527559) is unknown color: approx Killarney. HEX triplet: 52, 75 and 59. RGB value is (82,117,89). Sum of RGB (Red+Green+Blue) = 82+117+89=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #527559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527559 is #AD8AA6. Grayscale: #676767. Windows color (decimal): -11373223 or 5862738. OLE color: 5862738.

HSL color Cylindrical-coordinate representation of color #527559: hue angle of 132º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527559 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB8211789-
CMYK0.3000.240.54
HSL132º17.59%39.02%-
HSV(B)132º29.91%45.88%-
XYZ11.6415.2411.78-
YUV103.34119.9112.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=28.47%
G=40.62%
B=30.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117890.3000.240.5413217.5939.02
Hex5275591E01836841227
Octal12216513136030662042247
Binary101001011101011011001111100110001101101000010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527559; }

 p { color: rgb(82,117,89); }

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

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

 a { background-color: rgb(82,117,89); }

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

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

 span { border-color: rgb(82,117,89); }

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