#546284

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

Shades of Kashmir Blue #546284

Tints of Kashmir Blue #546284

Color information

#546284 (or 0x546284) is unknown color: approx Kashmir Blue. HEX triplet: 54, 62 and 84. RGB value is (84,98,132). Sum of RGB (Red+Green+Blue) = 84+98+132=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #546284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546284 is #AB9D7B. Grayscale: #616161. Windows color (decimal): -11246972 or 8675924. OLE color: 8675924.

HSL color Cylindrical-coordinate representation of color #546284: hue angle of 222.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #546284 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8498132-
CMYK0.360.2600.48
HSL222.5º22.22%42.35%-
HSV(B)222.5º36.36%51.76%-
XYZ12.1912.2923.56-
YUV97.69147.36118.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=26.75%
G=31.21%
B=42.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84981320.360.2600.48222.522.2242.35
Hex546284241A030de162a
Octal12414220444320603362652
Binary10101001100010100001001001001101001100001101111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546284; }

 p { color: rgb(84,98,132); }

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

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

 a { background-color: rgb(84,98,132); }

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

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

 span { border-color: rgb(84,98,132); }

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