#546C56

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

Shades of Killarney #546C56

Tints of Killarney #546C56

Color information

#546C56 (or 0x546C56) is unknown color: approx Killarney. HEX triplet: 54, 6C and 56. RGB value is (84,108,86). Sum of RGB (Red+Green+Blue) = 84+108+86=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 108 - color contains mainly: green. Hex color #546C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C56 is #AB93A9. Grayscale: #626262. Windows color (decimal): -11244458 or 5663828. OLE color: 5663828.

HSL color Cylindrical-coordinate representation of color #546C56: hue angle of 125º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #546C56 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB8410886-
CMYK0.2200.200.58
HSL125º12.5%37.65%-
HSV(B)125º22.22%42.35%-
XYZ10.713.2810.8-
YUV98.32121.05117.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=30.22%
G=38.85%
B=30.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108860.2200.200.5812512.537.65
Hex546C56160143A7dc26
Octal12415412626024721751446
Binary1010100110110010101101011001010011101011111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546C56; }

 p { color: rgb(84,108,86); }

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

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

 a { background-color: rgb(84,108,86); }

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

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

 span { border-color: rgb(84,108,86); }

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