#527158

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

Shades of Killarney #527158

Tints of Killarney #527158

Color information

#527158 (or 0x527158) is unknown color: approx Killarney. HEX triplet: 52, 71 and 58. RGB value is (82,113,88). Sum of RGB (Red+Green+Blue) = 82+113+88=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #527158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527158 is #AD8EA7. Grayscale: #646464. Windows color (decimal): -11374248 or 5796178. OLE color: 5796178.

HSL color Cylindrical-coordinate representation of color #527158: hue angle of 131.61º degrees, saturation: 0.16, 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 #527158 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB8211388-
CMYK0.2700.220.56
HSL131.61º15.9%38.24%-
HSV(B)131.61º27.43%44.31%-
XYZ11.1514.3111.41-
YUV100.88120.73114.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=28.98%
G=39.93%
B=31.10%

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
Decimal82113880.2700.220.56131.6115.938.24
Hex5271581B01638841026
Octal12216113033026702042046
Binary101001011100011011000110110101101110001000010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527158; }

 p { color: rgb(82,113,88); }

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

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

 a { background-color: rgb(82,113,88); }

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

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

 span { border-color: rgb(82,113,88); }

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