#527153

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

Shades of Killarney #527153

Tints of Killarney #527153

Color information

#527153 (or 0x527153) is unknown color: approx Killarney. HEX triplet: 52, 71 and 53. RGB value is (82,113,83). Sum of RGB (Red+Green+Blue) = 82+113+83=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #527153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527153 is #AD8EAC. Grayscale: #646464. Windows color (decimal): -11374253 or 5468498. OLE color: 5468498.

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

Color convert

RGB8211383-
CMYK0.2700.270.56
HSL121.94º15.9%38.24%-
HSV(B)121.94º27.43%44.31%-
XYZ10.9514.2310.35-
YUV100.31118.23114.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=29.50%
G=40.65%
B=29.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113830.2700.270.56121.9415.938.24
Hex5271531B01B387a1026
Octal12216112333033701722046
Binary10100101110001101001111011011011111000111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527153; }

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

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

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

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

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

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

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

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