#546782

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

Shades of Kashmir Blue #546782

Tints of Kashmir Blue #546782

Color information

#546782 (or 0x546782) is unknown color: approx Kashmir Blue. HEX triplet: 54, 67 and 82. RGB value is (84,103,130). Sum of RGB (Red+Green+Blue) = 84+103+130=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #546782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546782 is #AB987D. Grayscale: #646464. Windows color (decimal): -11245694 or 8546132. OLE color: 8546132.

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

Color convert

RGB84103130-
CMYK0.350.2100.49
HSL215.22º21.5%41.96%-
HSV(B)215.22º35.38%50.98%-
XYZ12.5413.223.01-
YUV100.4144.71116.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.50%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=26.50%
G=32.49%
B=41.01%

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
Decimal841031300.350.2100.49215.2221.541.96
Hex5467822315031d7152a
Octal12414720243250613272552
Binary10101001100111100000101000111010101100011101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546782; }

 p { color: rgb(84,103,130); }

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

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

 a { background-color: rgb(84,103,130); }

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

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

 span { border-color: rgb(84,103,130); }

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