#546585

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

Shades of Kashmir Blue #546585

Tints of Kashmir Blue #546585

Color information

#546585 (or 0x546585) is unknown color: approx Kashmir Blue. HEX triplet: 54, 65 and 85. RGB value is (84,101,133). Sum of RGB (Red+Green+Blue) = 84+101+133=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #546585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546585 is #AB9A7A. Grayscale: #636363. Windows color (decimal): -11246203 or 8742228. OLE color: 8742228.

HSL color Cylindrical-coordinate representation of color #546585: hue angle of 219.18º 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 #546585 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84101133-
CMYK0.370.2400.48
HSL219.18º22.58%42.55%-
HSV(B)219.18º36.84%52.16%-
XYZ12.5412.8924.02-
YUV99.56146.87116.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=26.42%
G=31.76%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841011330.370.2400.48219.1822.5842.55
Hex5465852518030db172b
Octal12414520545300603332753
Binary10101001100101100001011001011100001100001101101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546585; }

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

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

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

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

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

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

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

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