#546B92

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

Shades of Kashmir Blue #546B92

Tints of Kashmir Blue #546B92

Color information

#546B92 (or 0x546B92) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6B and 92. RGB value is (84,107,146). Sum of RGB (Red+Green+Blue) = 84+107+146=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #546B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B92 is #AB946D. Grayscale: #686868. Windows color (decimal): -11244654 or 9595732. OLE color: 9595732.

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

Color convert

RGB84107146-
CMYK0.420.2700.43
HSL217.74º26.96%45.1%-
HSV(B)217.74º42.47%57.25%-
XYZ14.114.4829.24-
YUV104.57151.38113.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=24.93%
G=31.75%
B=43.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841071460.420.2700.43217.7426.9645.1
Hex546B922A1B02Bda1b2d
Octal12415322252330533323355
Binary10101001101011100100101010101101101010111101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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