#527253

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

Shades of Killarney #527253

Tints of Killarney #527253

Color information

#527253 (or 0x527253) is unknown color: approx Killarney. HEX triplet: 52, 72 and 53. RGB value is (82,114,83). Sum of RGB (Red+Green+Blue) = 82+114+83=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #527253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527253 is #AD8DAC. Grayscale: #646464. Windows color (decimal): -11373997 or 5468754. OLE color: 5468754.

HSL color Cylindrical-coordinate representation of color #527253: hue angle of 121.87º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #527253 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB8211483-
CMYK0.2800.270.55
HSL121.87º16.33%38.43%-
HSV(B)121.87º28.07%44.71%-
XYZ11.0614.4510.39-
YUV100.9117.9114.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=29.39%
G=40.86%
B=29.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114830.2800.270.55121.8716.3338.43
Hex5272531C01B377a1026
Octal12216212334033671722046
Binary10100101110010101001111100011011110111111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527253; }

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

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

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

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

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

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

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

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