Html Css Color HEX #546884 Kashmir Blue

📋 copy color: '#546884'

red 84 ◦ green 104 ◦ blue 132

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

Shades of Kashmir Blue #546884

Tints of Kashmir Blue #546884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

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

R = 26.25%
G = 32.5%
B = 41.25%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#546884 (or 0x546884) is known color: Kashmir Blue. HEX triplet: 54, 68 and 84. RGB value is (84,104,132). Sum of RGB (Red+Green+Blue) = 84+104+132=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #546884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546884 is #AB977B. Grayscale: #656565. Windows color (decimal): -11245436 or 8677460. OLE color: 8677460.

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

Color convert

RGB 84 104 132 -
CMYK 0.36 0.21 0 0.48
HSL 215º 0.22% 0.42% -
HSV(B) 215º 0.36% 0.52% -
XYZ 12.77 13.45 23.75 -
YUV 101.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 84 104 132 0.36 0.21 0 0.48 215 0.22 0.42
Hex 54 68 84 24 15 0 30 D7 16 2A
Octal 124 150 204 44 25 0 60 327 26 52
Binary 1010100 1101000 10000100 100100 10101 0 110000 11010111 10110 101010

Color Harmonies of #546884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546884

Black with #546884

Text Example


Text Example

White with #546884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546884; }

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

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

background-color css

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

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

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

border-color css

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

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

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