#546E92

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

Shades of Kashmir Blue #546E92

Tints of Kashmir Blue #546E92

Color information

#546E92 (or 0x546E92) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6E and 92. RGB value is (84,110,146). Sum of RGB (Red+Green+Blue) = 84+110+146=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #546E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E92 is #AB916D. Grayscale: #6A6A6A. Windows color (decimal): -11243886 or 9596500. OLE color: 9596500.

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

Color convert

RGB84110146-
CMYK0.420.2500.43
HSL214.84º26.96%45.1%-
HSV(B)214.84º42.47%57.25%-
XYZ14.4215.1129.35-
YUV106.33150.39112.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=24.71%
G=32.35%
B=42.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841101460.420.2500.43214.8426.9645.1
Hex546E922A1902Bd71b2d
Octal12415622252310533273355
Binary10101001101110100100101010101100101010111101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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