#546A8B

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

Shades of Kashmir Blue #546A8B

Tints of Kashmir Blue #546A8B

Color information

#546A8B (or 0x546A8B) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6A and 8B. RGB value is (84,106,139). Sum of RGB (Red+Green+Blue) = 84+106+139=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #546A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A8B is #AB9574. Grayscale: #676767. Windows color (decimal): -11244917 or 9136724. OLE color: 9136724.

HSL color Cylindrical-coordinate representation of color #546A8B: hue angle of 216º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #546A8B is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84106139-
CMYK0.400.2400.45
HSL216º24.66%43.73%-
HSV(B)216º39.57%54.51%-
XYZ13.4714.0626.43-
YUV103.18148.21114.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=25.53%
G=32.22%
B=42.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841061390.400.2400.4521624.6643.73
Hex546A8B281802Dd8192c
Octal12415221350300553303154
Binary10101001101010100010111010001100001011011101100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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