#546289

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

Shades of Kashmir Blue #546289

Tints of Kashmir Blue #546289

Color information

#546289 (or 0x546289) is unknown color: approx Kashmir Blue. HEX triplet: 54, 62 and 89. RGB value is (84,98,137). Sum of RGB (Red+Green+Blue) = 84+98+137=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #546289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546289 is #AB9D76. Grayscale: #626262. Windows color (decimal): -11246967 or 9003604. OLE color: 9003604.

HSL color Cylindrical-coordinate representation of color #546289: hue angle of 224.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #546289 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8498137-
CMYK0.390.2800.46
HSL224.15º23.98%43.33%-
HSV(B)224.15º38.69%53.73%-
XYZ12.5412.4325.4-
YUV98.26149.86117.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=26.33%
G=30.72%
B=42.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84981370.390.2800.46224.1523.9843.33
Hex546289271C02Ee0182b
Octal12414221147340563403053
Binary10101001100010100010011001111110001011101110000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546289; }

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

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

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

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

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

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

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

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