#526F51

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

Shades of Killarney #526F51

Tints of Killarney #526F51

Color information

#526F51 (or 0x526F51) is unknown color: approx Killarney. HEX triplet: 52, 6F and 51. RGB value is (82,111,81). Sum of RGB (Red+Green+Blue) = 82+111+81=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #526F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F51 is #AD90AE. Grayscale: #626262. Windows color (decimal): -11374767 or 5336914. OLE color: 5336914.

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

Color convert

RGB8211181-
CMYK0.2600.270.56
HSL118º15.62%37.65%-
HSV(B)118º27.03%43.53%-
XYZ10.6513.769.88-
YUV98.91117.89115.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=29.93%
G=40.51%
B=29.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111810.2600.270.5611815.6237.65
Hex526F511A01B38761026
Octal12215712132033701662046
Binary10100101101111101000111010011011111000111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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