#546D94

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

Shades of Kashmir Blue #546D94

Tints of Kashmir Blue #546D94

Color information

#546D94 (or 0x546D94) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6D and 94. RGB value is (84,109,148). Sum of RGB (Red+Green+Blue) = 84+109+148=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #546D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D94 is #AB926B. Grayscale: #696969. Windows color (decimal): -11244140 or 9727316. OLE color: 9727316.

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

Color convert

RGB84109148-
CMYK0.430.2600.42
HSL216.56º27.59%45.49%-
HSV(B)216.56º43.24%58.04%-
XYZ14.4714.9630.14-
YUV105.97151.72112.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=24.63%
G=31.96%
B=43.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841091480.430.2600.42216.5627.5945.49
Hex546D942B1A02Ad91c2d
Octal12415522453320523313455
Binary10101001101101100101001010111101001010101101100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,109,148); }

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

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

 a { background-color: rgb(84,109,148); }

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

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

 span { border-color: rgb(84,109,148); }

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