#546989

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

Shades of Kashmir Blue #546989

Tints of Kashmir Blue #546989

Color information

#546989 (or 0x546989) is unknown color: approx Kashmir Blue. HEX triplet: 54, 69 and 89. RGB value is (84,105,137). Sum of RGB (Red+Green+Blue) = 84+105+137=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #546989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546989 is #AB9676. Grayscale: #666666. Windows color (decimal): -11245175 or 9005396. OLE color: 9005396.

HSL color Cylindrical-coordinate representation of color #546989: hue angle of 216.23º 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 #546989 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84105137-
CMYK0.390.2300.46
HSL216.23º23.98%43.33%-
HSV(B)216.23º38.69%53.73%-
XYZ13.2213.7925.63-
YUV102.37147.54114.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 137 (53.91% from 255) = 42.02%
R=25.77%
G=32.21%
B=42.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841051370.390.2300.46216.2323.9843.33
Hex546989271702Ed8182b
Octal12415121147270563303053
Binary10101001101001100010011001111011101011101101100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546989; }

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

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

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

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

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

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

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

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