#546A93

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

Shades of Kashmir Blue #546A93

Tints of Kashmir Blue #546A93

Color information

#546A93 (or 0x546A93) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6A and 93. RGB value is (84,106,147). Sum of RGB (Red+Green+Blue) = 84+106+147=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #546A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A93 is #AB956C. Grayscale: #676767. Windows color (decimal): -11244909 or 9661012. OLE color: 9661012.

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

Color convert

RGB84106147-
CMYK0.430.2800.42
HSL219.05º27.27%45.29%-
HSV(B)219.05º42.86%57.65%-
XYZ14.0814.329.62-
YUV104.1152.21113.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=24.93%
G=31.45%
B=43.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841061470.430.2800.42219.0527.2745.29
Hex546A932B1C02Adb1b2d
Octal12415222353340523333355
Binary10101001101010100100111010111110001010101101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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