#546B8B

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

Shades of Kashmir Blue #546B8B

Tints of Kashmir Blue #546B8B

Color information

#546B8B (or 0x546B8B) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6B and 8B. RGB value is (84,107,139). Sum of RGB (Red+Green+Blue) = 84+107+139=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #546B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B8B is #AB9474. Grayscale: #676767. Windows color (decimal): -11244661 or 9136980. OLE color: 9136980.

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

Color convert

RGB84107139-
CMYK0.400.2300.45
HSL214.91º24.66%43.73%-
HSV(B)214.91º39.57%54.51%-
XYZ13.5714.2626.46-
YUV103.77147.88113.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=25.45%
G=32.42%
B=42.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841071390.400.2300.45214.9124.6643.73
Hex546B8B281702Dd7192c
Octal12415321350270553273154
Binary10101001101011100010111010001011101011011101011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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