#526B54

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

Shades of Killarney #526B54

Tints of Killarney #526B54

Color information

#526B54 (or 0x526B54) is unknown color: approx Killarney. HEX triplet: 52, 6B and 54. RGB value is (82,107,84). Sum of RGB (Red+Green+Blue) = 82+107+84=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #526B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B54 is #AD94AB. Grayscale: #606060. Windows color (decimal): -11375788 or 5532498. OLE color: 5532498.

HSL color Cylindrical-coordinate representation of color #526B54: hue angle of 124.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526B54 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB8210784-
CMYK0.2300.210.58
HSL124.8º13.23%37.06%-
HSV(B)124.8º23.36%41.96%-
XYZ10.3412.9510.34-
YUV96.9120.72117.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=30.04%
G=39.19%
B=30.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107840.2300.210.58124.813.2337.06
Hex526B54170153A7dd25
Octal12215312427025721751545
Binary1010010110101110101001011101010111101011111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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