#546A8C

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

Shades of Kashmir Blue #546A8C

Tints of Kashmir Blue #546A8C

Color information

#546A8C (or 0x546A8C) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6A and 8C. RGB value is (84,106,140). Sum of RGB (Red+Green+Blue) = 84+106+140=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #546A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A8C is #AB9573. Grayscale: #676767. Windows color (decimal): -11244916 or 9202260. OLE color: 9202260.

HSL color Cylindrical-coordinate representation of color #546A8C: hue angle of 216.43º 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 #546A8C is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84106140-
CMYK0.40.2400.45
HSL216.43º25%43.92%-
HSV(B)216.43º40%54.9%-
XYZ13.5414.0926.82-
YUV103.3148.71114.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=25.45%
G=32.12%
B=42.42%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841061400.40.2400.45216.432543.92
Hex546A8C281802Dd8192c
Octal12415221450300553303154
Binary10101001101010100011001010001100001011011101100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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