#546184

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

Shades of Kashmir Blue #546184

Tints of Kashmir Blue #546184

Color information

#546184 (or 0x546184) is unknown color: approx Kashmir Blue. HEX triplet: 54, 61 and 84. RGB value is (84,97,132). Sum of RGB (Red+Green+Blue) = 84+97+132=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #546184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546184 is #AB9E7B. Grayscale: #606060. Windows color (decimal): -11247228 or 8675668. OLE color: 8675668.

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

Color convert

RGB8497132-
CMYK0.360.2700.48
HSL223.75º22.22%42.35%-
HSV(B)223.75º36.36%51.76%-
XYZ12.112.123.53-
YUV97.1147.69118.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=26.84%
G=30.99%
B=42.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84971320.360.2700.48223.7522.2242.35
Hex546184241B030e0162a
Octal12414120444330603402652
Binary10101001100001100001001001001101101100001110000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546184; }

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

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

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

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

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

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

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

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