#546087

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

Shades of Kashmir Blue #546087

Tints of Kashmir Blue #546087

Color information

#546087 (or 0x546087) is unknown color: approx Kashmir Blue. HEX triplet: 54, 60 and 87. RGB value is (84,96,135). Sum of RGB (Red+Green+Blue) = 84+96+135=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #546087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546087 is #AB9F78. Grayscale: #606060. Windows color (decimal): -11247481 or 8872020. OLE color: 8872020.

HSL color Cylindrical-coordinate representation of color #546087: hue angle of 225.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #546087 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8496135-
CMYK0.380.2900.47
HSL225.88º23.29%42.94%-
HSV(B)225.88º37.78%52.94%-
XYZ12.211224.59-
YUV96.86149.52118.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=26.67%
G=30.48%
B=42.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84961350.380.2900.47225.8823.2942.94
Hex546087261D02Fe2172b
Octal12414020746350573422753
Binary10101001100000100001111001101110101011111110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546087; }

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

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

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

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

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

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

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

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