#546581

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

Shades of Kashmir Blue #546581

Tints of Kashmir Blue #546581

Color information

#546581 (or 0x546581) is unknown color: approx Kashmir Blue. HEX triplet: 54, 65 and 81. RGB value is (84,101,129). Sum of RGB (Red+Green+Blue) = 84+101+129=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #546581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546581 is #AB9A7E. Grayscale: #626262. Windows color (decimal): -11246207 or 8480084. OLE color: 8480084.

HSL color Cylindrical-coordinate representation of color #546581: hue angle of 217.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #546581 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB84101129-
CMYK0.350.2200.49
HSL217.33º21.13%41.76%-
HSV(B)217.33º34.88%50.59%-
XYZ12.2712.7822.59-
YUV99.11144.87117.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=26.75%
G=32.17%
B=41.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841011290.350.2200.49217.3321.1341.76
Hex5465812316031d9152a
Octal12414520143260613312552
Binary10101001100101100000011000111011001100011101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546581; }

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

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

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

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

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

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

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

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