#546F8D

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

Shades of Kashmir Blue #546F8D

Tints of Kashmir Blue #546F8D

Color information

#546F8D (or 0x546F8D) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6F and 8D. RGB value is (84,111,141). Sum of RGB (Red+Green+Blue) = 84+111+141=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #546F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546F8D is #AB9072. Grayscale: #6A6A6A. Windows color (decimal): -11243635 or 9269076. OLE color: 9269076.

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

Color convert

RGB84111141-
CMYK0.400.2100.45
HSL211.58º25.33%44.12%-
HSV(B)211.58º40.43%55.29%-
XYZ14.1515.1827.38-
YUV106.35147.55112.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=25%
G=33.04%
B=41.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841111410.400.2100.45211.5825.3344.12
Hex546F8D281502Dd4192c
Octal12415721550250553243154
Binary10101001101111100011011010001010101011011101010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,111,141); }

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

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

 a { background-color: rgb(84,111,141); }

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

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

 span { border-color: rgb(84,111,141); }

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