#546887

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

Shades of Kashmir Blue #546887

Tints of Kashmir Blue #546887

Color information

#546887 (or 0x546887) is unknown color: approx Kashmir Blue. HEX triplet: 54, 68 and 87. RGB value is (84,104,135). Sum of RGB (Red+Green+Blue) = 84+104+135=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #546887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546887 is #AB9778. Grayscale: #656565. Windows color (decimal): -11245433 or 8874068. OLE color: 8874068.

HSL color Cylindrical-coordinate representation of color #546887: hue angle of 216.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #546887 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84104135-
CMYK0.380.2300.47
HSL216.47º23.29%42.94%-
HSV(B)216.47º37.78%52.94%-
XYZ12.9813.5324.85-
YUV101.55146.87115.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=26.01%
G=32.20%
B=41.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841041350.380.2300.47216.4723.2942.94
Hex546887261702Fd8172b
Octal12415020746270573302753
Binary10101001101000100001111001101011101011111101100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546887; }

 p { color: rgb(84,104,135); }

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

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

 a { background-color: rgb(84,104,135); }

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

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

 span { border-color: rgb(84,104,135); }

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