#546580

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

Shades of Kashmir Blue #546580

Tints of Kashmir Blue #546580

Color information

#546580 (or 0x546580) is unknown color: approx Kashmir Blue. HEX triplet: 54, 65 and 80. RGB value is (84,101,128). Sum of RGB (Red+Green+Blue) = 84+101+128=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #546580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546580 is #AB9A7F. Grayscale: #626262. Windows color (decimal): -11246208 or 8414548. OLE color: 8414548.

HSL color Cylindrical-coordinate representation of color #546580: hue angle of 216.82º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #546580 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB84101128-
CMYK0.340.2100.50
HSL216.82º20.75%41.57%-
HSV(B)216.82º34.38%50.2%-
XYZ12.2112.7522.24-
YUV98.99144.37117.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=26.84%
G=32.27%
B=40.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal841011280.340.2100.50216.8220.7541.57
Hex5465802215032d9152a
Octal12414520042250623312552
Binary10101001100101100000001000101010101100101101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546580; }

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

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

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

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

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

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

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

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