#546485

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

Shades of Kashmir Blue #546485

Tints of Kashmir Blue #546485

Color information

#546485 (or 0x546485) is unknown color: approx Kashmir Blue. HEX triplet: 54, 64 and 85. RGB value is (84,100,133). Sum of RGB (Red+Green+Blue) = 84+100+133=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #546485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546485 is #AB9B7A. Grayscale: #626262. Windows color (decimal): -11246459 or 8741972. OLE color: 8741972.

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

Color convert

RGB84100133-
CMYK0.370.2500.48
HSL220.41º22.58%42.55%-
HSV(B)220.41º36.84%52.16%-
XYZ12.4512.6923.98-
YUV98.98147.2117.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=26.50%
G=31.55%
B=41.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841001330.370.2500.48220.4122.5842.55
Hex5464852519030dc172b
Octal12414420545310603342753
Binary10101001100100100001011001011100101100001101110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546485; }

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

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

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

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

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

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

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

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