#546386

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

Shades of Kashmir Blue #546386

Tints of Kashmir Blue #546386

Color information

#546386 (or 0x546386) is unknown color: approx Kashmir Blue. HEX triplet: 54, 63 and 86. RGB value is (84,99,134). Sum of RGB (Red+Green+Blue) = 84+99+134=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #546386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546386 is #AB9C79. Grayscale: #626262. Windows color (decimal): -11246714 or 8807252. OLE color: 8807252.

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

Color convert

RGB8499134-
CMYK0.370.2600.47
HSL222º22.94%42.75%-
HSV(B)222º37.31%52.55%-
XYZ12.4212.5324.32-
YUV98.5148.03117.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=26.50%
G=31.23%
B=42.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84991340.370.2600.4722222.9442.75
Hex546386251A02Fde172b
Octal12414320645320573362753
Binary10101001100011100001101001011101001011111101111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546386; }

 p { color: rgb(84,99,134); }

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

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

 a { background-color: rgb(84,99,134); }

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

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

 span { border-color: rgb(84,99,134); }

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