#527451

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

Shades of Killarney #527451

Tints of Killarney #527451

Color information

#527451 (or 0x527451) is unknown color: approx Killarney. HEX triplet: 52, 74 and 51. RGB value is (82,116,81). Sum of RGB (Red+Green+Blue) = 82+116+81=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #527451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527451 is #AD8BAE. Grayscale: #656565. Windows color (decimal): -11373487 or 5338194. OLE color: 5338194.

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

Color convert

RGB8211681-
CMYK0.2900.300.55
HSL118.29º17.77%38.63%-
HSV(B)118.29º30.17%45.49%-
XYZ11.2114.8810.07-
YUV101.84116.24113.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=29.39%
G=41.58%
B=29.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116810.2900.300.55118.2917.7738.63
Hex5274511D01E37761227
Octal12216412135036671662247
Binary10100101110100101000111101011110110111111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527451; }

 p { color: rgb(82,116,81); }

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

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

 a { background-color: rgb(82,116,81); }

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

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

 span { border-color: rgb(82,116,81); }

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