#546A8E

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

Shades of Kashmir Blue #546A8E

Tints of Kashmir Blue #546A8E

Color information

#546A8E (or 0x546A8E) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6A and 8E. RGB value is (84,106,142). Sum of RGB (Red+Green+Blue) = 84+106+142=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #546A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A8E is #AB9571. Grayscale: #676767. Windows color (decimal): -11244914 or 9333332. OLE color: 9333332.

HSL color Cylindrical-coordinate representation of color #546A8E: hue angle of 217.24º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #546A8E is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84106142-
CMYK0.410.2500.44
HSL217.24º25.66%44.31%-
HSV(B)217.24º40.85%55.69%-
XYZ13.6914.1527.6-
YUV103.53149.71114.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=25.30%
G=31.93%
B=42.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841061420.410.2500.44217.2425.6644.31
Hex546A8E291902Cd91a2c
Octal12415221651310543313254
Binary10101001101010100011101010011100101011001101100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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