#546A86

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

Shades of Kashmir Blue #546A86

Tints of Kashmir Blue #546A86

Color information

#546A86 (or 0x546A86) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6A and 86. RGB value is (84,106,134). Sum of RGB (Red+Green+Blue) = 84+106+134=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #546A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A86 is #AB9579. Grayscale: #666666. Windows color (decimal): -11244922 or 8809044. OLE color: 8809044.

HSL color Cylindrical-coordinate representation of color #546A86: hue angle of 213.6º 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 #546A86 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84106134-
CMYK0.370.2100.47
HSL213.6º22.94%42.75%-
HSV(B)213.6º37.31%52.55%-
XYZ13.1113.9124.55-
YUV102.61145.71114.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 106 (41.80% from 255) = 32.72%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=25.93%
G=32.72%
B=41.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841061340.370.2100.47213.622.9442.75
Hex546A86251502Fd6172b
Octal12415220645250573262753
Binary10101001101010100001101001011010101011111101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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