Html Css Color HEX #546484 Kashmir Blue

📋 copy color: '#546484'

red 84 ◦ green 100 ◦ blue 132

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

Shades of Kashmir Blue #546484

Tints of Kashmir Blue #546484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

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

R = 26.58%
G = 31.65%
B = 41.77%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#546484 (or 0x546484) is known color: Kashmir Blue. HEX triplet: 54, 64 and 84. RGB value is (84,100,132). Sum of RGB (Red+Green+Blue) = 84+100+132=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #546484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546484 is #AB9B7B. Grayscale: #626262. Windows color (decimal): -11246460 or 8676436. OLE color: 8676436.

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

Color convert

RGB 84 100 132 -
CMYK 0.36 0.24 0 0.48
HSL 220º 0.22% 0.42% -
HSV(B) 220º 0.36% 0.52% -
XYZ 12.38 12.67 23.62 -
YUV 98.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 84 100 132 0.36 0.24 0 0.48 220 0.22 0.42
Hex 54 64 84 24 18 0 30 DC 16 2A
Octal 124 144 204 44 30 0 60 334 26 52
Binary 1010100 1100100 10000100 100100 11000 0 110000 11011100 10110 101010

Color Harmonies of #546484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546484

Black with #546484

Text Example


Text Example

White with #546484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546484; }

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

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

background-color css

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

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

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

border-color css

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

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

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