#546684

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

Shades of Kashmir Blue #546684

Tints of Kashmir Blue #546684

Color information

#546684 (or 0x546684) is unknown color: approx Kashmir Blue. HEX triplet: 54, 66 and 84. RGB value is (84,102,132). Sum of RGB (Red+Green+Blue) = 84+102+132=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #546684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546684 is #AB997B. Grayscale: #636363. Windows color (decimal): -11245948 or 8676948. OLE color: 8676948.

HSL color Cylindrical-coordinate representation of color #546684: hue angle of 217.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #546684 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84102132-
CMYK0.360.2300.48
HSL217.5º22.22%42.35%-
HSV(B)217.5º36.36%51.76%-
XYZ12.5713.0523.69-
YUV100.04146.04116.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=26.42%
G=32.08%
B=41.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841021320.360.2300.48217.522.2242.35
Hex5466842417030da162a
Octal12414620444270603322652
Binary10101001100110100001001001001011101100001101101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546684; }

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

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

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

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

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

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

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

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