#546D92

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

Shades of Kashmir Blue #546D92

Tints of Kashmir Blue #546D92

Color information

#546D92 (or 0x546D92) is unknown color: approx Kashmir Blue. HEX triplet: 54, 6D and 92. RGB value is (84,109,146). Sum of RGB (Red+Green+Blue) = 84+109+146=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #546D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D92 is #AB926D. Grayscale: #696969. Windows color (decimal): -11244142 or 9596244. OLE color: 9596244.

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

Color convert

RGB84109146-
CMYK0.420.2500.43
HSL215.81º26.96%45.1%-
HSV(B)215.81º42.47%57.25%-
XYZ14.3114.929.32-
YUV105.74150.72112.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=24.78%
G=32.15%
B=43.07%

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
Decimal841091460.420.2500.43215.8126.9645.1
Hex546D922A1902Bd81b2d
Octal12415522252310533303355
Binary10101001101101100100101010101100101010111101100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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