#546990

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

Shades of Kashmir Blue #546990

Tints of Kashmir Blue #546990

Color information

#546990 (or 0x546990) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 90. RGB value is (84,105,144). Sum of RGB (Red+Green+Blue) = 84+105+144=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #546990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546990 is #AB966F. Grayscale: #666666. Windows color (decimal): -11245168 or 9464148. OLE color: 9464148.

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

Color convert

RGB84105144-
CMYK0.420.2700.44
HSL219º26.32%44.71%-
HSV(B)219º41.67%56.47%-
XYZ13.741428.36-
YUV103.17151.04114.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=25.23%
G=31.53%
B=43.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841051440.420.2700.4421926.3244.71
Hex5469902A1B02Cdb1a2d
Octal12415122052330543333255
Binary10101001101001100100001010101101101011001101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546990; }

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

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

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

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

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

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

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

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