Html Css Color HEX #546384 Kashmir Blue

📋 copy color: '#546384'

red 84 ◦ green 99 ◦ blue 132

#546384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #546384

Tints of Kashmir Blue #546384

RGB

 RED value IS 84 (33.2% from 255) = 26.67%

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 132 (51.95% from 255) = 41.9%

R = 26.67%
G = 31.43%
B = 41.9%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#546384 (or 0x546384) is known color: Kashmir Blue. HEX triplet: 54, 63 and 84. RGB value is (84,99,132). Sum of RGB (Red+Green+Blue) = 84+99+132=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #546384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546384 is #AB9C7B. Grayscale: #626262. Windows color (decimal): -11246716 or 8676180. OLE color: 8676180.

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

Color convert

RGB 84 99 132 -
CMYK 0.36 0.25 0 0.48
HSL 221.25º 0.22% 0.42% -
HSV(B) 221.25º 0.36% 0.52% -
XYZ 12.28 12.47 23.59 -
YUV 98.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 84 99 132 0.36 0.25 0 0.48 221.25 0.22 0.42
Hex 54 63 84 24 19 0 30 DD 16 2A
Octal 124 143 204 44 31 0 60 335 26 52
Binary 1010100 1100011 10000100 100100 11001 0 110000 11011101 10110 101010

Color Harmonies of #546384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546384

Black with #546384

Text Example


Text Example

White with #546384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546384; }

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

 H1.HeaderClassName
 {
   color: #546384;
 }
 .AnyTagClassName
 {
   color: #546384;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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