#546584

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

Shades of Kashmir Blue #546584

Tints of Kashmir Blue #546584

Color information

#546584 (or 0x546584) is unknown color: approx Kashmir Blue. HEX triplet: 54, 65 and 84. RGB value is (84,101,132). Sum of RGB (Red+Green+Blue) = 84+101+132=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #546584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546584 is #AB9A7B. Grayscale: #636363. Windows color (decimal): -11246204 or 8676692. OLE color: 8676692.

HSL color Cylindrical-coordinate representation of color #546584: hue angle of 218.75º 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 #546584 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84101132-
CMYK0.360.2300.48
HSL218.75º22.22%42.35%-
HSV(B)218.75º36.36%51.76%-
XYZ12.4712.8623.65-
YUV99.45146.37116.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=26.50%
G=31.86%
B=41.64%

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
Decimal841011320.360.2300.48218.7522.2242.35
Hex5465842417030db162a
Octal12414520444270603332652
Binary10101001100101100001001001001011101100001101101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546584; }

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

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

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

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

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

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

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

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