#526D54

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

Shades of Killarney #526D54

Tints of Killarney #526D54

Color information

#526D54 (or 0x526D54) is unknown color: approx Killarney. HEX triplet: 52, 6D and 54. RGB value is (82,109,84). Sum of RGB (Red+Green+Blue) = 82+109+84=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #526D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D54 is #AD92AB. Grayscale: #626262. Windows color (decimal): -11375276 or 5533010. OLE color: 5533010.

HSL color Cylindrical-coordinate representation of color #526D54: hue angle of 124.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D54 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB8210984-
CMYK0.2500.230.57
HSL124.44º14.14%37.45%-
HSV(B)124.44º24.77%42.75%-
XYZ10.5513.3710.41-
YUV98.08120.05116.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=29.82%
G=39.64%
B=30.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82109840.2500.230.57124.4414.1437.45
Hex526D5419017397ce25
Octal12215512431027711741645
Binary1010010110110110101001100101011111100111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526D54; }

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

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

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

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

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

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

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

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