#546483

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

Shades of Kashmir Blue #546483

Tints of Kashmir Blue #546483

Color information

#546483 (or 0x546483) is unknown color: approx Kashmir Blue. HEX triplet: 54, 64 and 83. RGB value is (84,100,131). Sum of RGB (Red+Green+Blue) = 84+100+131=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #546483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546483 is #AB9B7C. Grayscale: #626262. Windows color (decimal): -11246461 or 8610900. OLE color: 8610900.

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

Color convert

RGB84100131-
CMYK0.360.2400.49
HSL219.57º21.86%42.16%-
HSV(B)219.57º35.88%51.37%-
XYZ12.3112.6423.26-
YUV98.75146.2117.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 131 (51.56% from 255) = 41.59%
R=26.67%
G=31.75%
B=41.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841001310.360.2400.49219.5721.8642.16
Hex5464832418031dc162a
Octal12414420344300613342652
Binary10101001100100100000111001001100001100011101110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546483; }

 p { color: rgb(84,100,131); }

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

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

 a { background-color: rgb(84,100,131); }

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

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

 span { border-color: rgb(84,100,131); }

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