#546183

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

Shades of Kashmir Blue #546183

Tints of Kashmir Blue #546183

Color information

#546183 (or 0x546183) is unknown color: approx Kashmir Blue. HEX triplet: 54, 61 and 83. RGB value is (84,97,131). Sum of RGB (Red+Green+Blue) = 84+97+131=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #546183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546183 is #AB9E7C. Grayscale: #606060. Windows color (decimal): -11247229 or 8610132. OLE color: 8610132.

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

Color convert

RGB8497131-
CMYK0.360.2600.49
HSL223.4º21.86%42.16%-
HSV(B)223.4º35.88%51.37%-
XYZ12.0312.0723.17-
YUV96.99147.19118.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 131 (51.56% from 255) = 41.99%
R=26.92%
G=31.09%
B=41.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84971310.360.2600.49223.421.8642.16
Hex546183241A031df162a
Octal12414120344320613372652
Binary10101001100001100000111001001101001100011101111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546183; }

 p { color: rgb(84,97,131); }

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

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

 a { background-color: rgb(84,97,131); }

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

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

 span { border-color: rgb(84,97,131); }

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