#527353

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

Shades of Killarney #527353

Tints of Killarney #527353

Color information

#527353 (or 0x527353) is unknown color: approx Killarney. HEX triplet: 52, 73 and 53. RGB value is (82,115,83). Sum of RGB (Red+Green+Blue) = 82+115+83=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #527353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527353 is #AD8CAC. Grayscale: #656565. Windows color (decimal): -11373741 or 5469010. OLE color: 5469010.

HSL color Cylindrical-coordinate representation of color #527353: hue angle of 121.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 #527353 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB8211583-
CMYK0.2900.280.55
HSL121.82º16.75%38.63%-
HSV(B)121.82º28.7%45.1%-
XYZ11.1714.6810.43-
YUV101.48117.57114.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 83 (32.81% from 255) = 29.64%
R=29.29%
G=41.07%
B=29.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115830.2900.280.55121.8216.7538.63
Hex5273531D01C377a1127
Octal12216312335034671722147
Binary10100101110011101001111101011100110111111101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527353; }

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

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

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

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

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

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

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

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