#546089

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

Shades of Kashmir Blue #546089

Tints of Kashmir Blue #546089

Color information

#546089 (or 0x546089) is unknown color: approx Kashmir Blue. HEX triplet: 54, 60 and 89. RGB value is (84,96,137). Sum of RGB (Red+Green+Blue) = 84+96+137=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #546089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546089 is #AB9F76. Grayscale: #606060. Windows color (decimal): -11247479 or 9003092. OLE color: 9003092.

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

Color convert

RGB8496137-
CMYK0.390.3000.46
HSL226.42º23.98%43.33%-
HSV(B)226.42º38.69%53.73%-
XYZ12.3512.0625.34-
YUV97.09150.52118.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 137 (53.91% from 255) = 43.22%
R=26.50%
G=30.28%
B=43.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84961370.390.3000.46226.4223.9843.33
Hex546089271E02Ee2182b
Octal12414021147360563423053
Binary10101001100000100010011001111111001011101110001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546089; }

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

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

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

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

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

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

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

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