#546A90

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

Shades of Kashmir Blue #546A90

Tints of Kashmir Blue #546A90

Color information

#546A90 (or 0x546A90) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6A and 90. RGB value is (84,106,144). Sum of RGB (Red+Green+Blue) = 84+106+144=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #546A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A90 is #AB956F. Grayscale: #676767. Windows color (decimal): -11244912 or 9464404. OLE color: 9464404.

HSL color Cylindrical-coordinate representation of color #546A90: hue angle of 218º 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 #546A90 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84106144-
CMYK0.420.2600.44
HSL218º26.32%44.71%-
HSV(B)218º41.67%56.47%-
XYZ13.8414.2128.4-
YUV103.75150.71113.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=25.15%
G=31.74%
B=43.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841061440.420.2600.4421826.3244.71
Hex546A902A1A02Cda1a2d
Octal12415222052320543323255
Binary10101001101010100100001010101101001011001101101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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