#546886

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

Shades of Kashmir Blue #546886

Tints of Kashmir Blue #546886

Color information

#546886 (or 0x546886) is unknown color: approx Kashmir Blue. HEX triplet: 54, 68 and 86. RGB value is (84,104,134). Sum of RGB (Red+Green+Blue) = 84+104+134=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #546886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546886 is #AB9779. Grayscale: #656565. Windows color (decimal): -11245434 or 8808532. OLE color: 8808532.

HSL color Cylindrical-coordinate representation of color #546886: hue angle of 216º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #546886 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84104134-
CMYK0.370.2200.47
HSL216º22.94%42.75%-
HSV(B)216º37.31%52.55%-
XYZ12.9113.5124.48-
YUV101.44146.37115.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 134 (52.73% from 255) = 41.61%
R=26.09%
G=32.30%
B=41.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841041340.370.2200.4721622.9442.75
Hex546886251602Fd8172b
Octal12415020645260573302753
Binary10101001101000100001101001011011001011111101100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546886; }

 p { color: rgb(84,104,134); }

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

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

 a { background-color: rgb(84,104,134); }

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

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

 span { border-color: rgb(84,104,134); }

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