#546C8F

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

Shades of Kashmir Blue #546C8F

Tints of Kashmir Blue #546C8F

Color information

#546C8F (or 0x546C8F) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6C and 8F. RGB value is (84,108,143). Sum of RGB (Red+Green+Blue) = 84+108+143=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #546C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546C8F is #AB9370. Grayscale: #686868. Windows color (decimal): -11244401 or 9399380. OLE color: 9399380.

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

Color convert

RGB84108143-
CMYK0.410.2400.44
HSL215.59º25.99%44.51%-
HSV(B)215.59º41.26%56.08%-
XYZ13.9814.5928.07-
YUV104.81149.55113.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=25.07%
G=32.24%
B=42.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841081430.410.2400.44215.5925.9944.51
Hex546C8F291802Cd81a2d
Octal12415421751300543303255
Binary10101001101100100011111010011100001011001101100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,143); }

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

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

 a { background-color: rgb(84,108,143); }

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

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

 span { border-color: rgb(84,108,143); }

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