#546992

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

Shades of Kashmir Blue #546992

Tints of Kashmir Blue #546992

Color information

#546992 (or 0x546992) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 92. RGB value is (84,105,146). Sum of RGB (Red+Green+Blue) = 84+105+146=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #546992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546992 is #AB966D. Grayscale: #676767. Windows color (decimal): -11245166 or 9595220. OLE color: 9595220.

HSL color Cylindrical-coordinate representation of color #546992: hue angle of 219.68º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546992 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB84105146-
CMYK0.420.2800.43
HSL219.68º26.96%45.1%-
HSV(B)219.68º42.47%57.25%-
XYZ13.914.0629.18-
YUV103.4152.04114.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=25.07%
G=31.34%
B=43.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841051460.420.2800.43219.6826.9645.1
Hex5469922A1C02Bdc1b2d
Octal12415122252340533343355
Binary10101001101001100100101010101110001010111101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546992; }

 p { color: rgb(84,105,146); }

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

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

 a { background-color: rgb(84,105,146); }

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

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

 span { border-color: rgb(84,105,146); }

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