#546B93

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

Shades of Kashmir Blue #546B93

Tints of Kashmir Blue #546B93

Color information

#546B93 (or 0x546B93) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6B and 93. RGB value is (84,107,147). Sum of RGB (Red+Green+Blue) = 84+107+147=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #546B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B93 is #AB946C. Grayscale: #686868. Windows color (decimal): -11244653 or 9661268. OLE color: 9661268.

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

Color convert

RGB84107147-
CMYK0.430.2700.42
HSL218.1º27.27%45.29%-
HSV(B)218.1º42.86%57.65%-
XYZ14.1814.5129.66-
YUV104.68151.88113.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=24.85%
G=31.66%
B=43.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841071470.430.2700.42218.127.2745.29
Hex546B932B1B02Ada1b2d
Octal12415322353330523323355
Binary10101001101011100100111010111101101010101101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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