#527054

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

Shades of Killarney #527054

Tints of Killarney #527054

Color information

#527054 (or 0x527054) is unknown color: approx Killarney. HEX triplet: 52, 70 and 54. RGB value is (82,112,84). Sum of RGB (Red+Green+Blue) = 82+112+84=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #527054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527054 is #AD8FAB. Grayscale: #636363. Windows color (decimal): -11374508 or 5533778. OLE color: 5533778.

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

Color convert

RGB8211284-
CMYK0.2700.250.56
HSL124º15.46%38.04%-
HSV(B)124º26.79%43.92%-
XYZ10.8714.0210.52-
YUV99.84119.06115.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=29.50%
G=40.29%
B=30.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112840.2700.250.5612415.4638.04
Hex5270541B019387cf26
Octal12216012433031701741746
Binary1010010111000010101001101101100111100011111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527054; }

 p { color: rgb(82,112,84); }

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

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

 a { background-color: rgb(82,112,84); }

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

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

 span { border-color: rgb(82,112,84); }

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