#546F94

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

Shades of Kashmir Blue #546F94

Tints of Kashmir Blue #546F94

Color information

#546F94 (or 0x546F94) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6F and 94. RGB value is (84,111,148). Sum of RGB (Red+Green+Blue) = 84+111+148=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #546F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546F94 is #AB906B. Grayscale: #6A6A6A. Windows color (decimal): -11243628 or 9727828. OLE color: 9727828.

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

Color convert

RGB84111148-
CMYK0.430.2500.42
HSL214.69º27.59%45.49%-
HSV(B)214.69º43.24%58.04%-
XYZ14.6915.3930.21-
YUV107.14151.05111.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=24.49%
G=32.36%
B=43.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841111480.430.2500.42214.6927.5945.49
Hex546F942B1902Ad71c2d
Octal12415722453310523273455
Binary10101001101111100101001010111100101010101101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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