#546681

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

Shades of Kashmir Blue #546681

Tints of Kashmir Blue #546681

Color information

#546681 (or 0x546681) is unknown color: approx Kashmir Blue. HEX triplet: 54, 66 and 81. RGB value is (84,102,129). Sum of RGB (Red+Green+Blue) = 84+102+129=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #546681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546681 is #AB997E. Grayscale: #636363. Windows color (decimal): -11245951 or 8480340. OLE color: 8480340.

HSL color Cylindrical-coordinate representation of color #546681: hue angle of 216º 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 #546681 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB84102129-
CMYK0.350.2100.49
HSL216º21.13%41.76%-
HSV(B)216º34.88%50.59%-
XYZ12.3712.9722.62-
YUV99.7144.54116.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=26.67%
G=32.38%
B=40.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841021290.350.2100.4921621.1341.76
Hex5466812315031d8152a
Octal12414620143250613302552
Binary10101001100110100000011000111010101100011101100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546681; }

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

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

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

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

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

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

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

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