Html Css Color HEX #546A8D Kashmir Blue

📋 copy color: '#546A8D'

red 84 ◦ green 106 ◦ blue 141

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

Shades of Kashmir Blue #546A8D

Tints of Kashmir Blue #546A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 25.38%
G = 32.02%
B = 42.6%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#546A8D (or 0x546A8D) is known color: Kashmir Blue. HEX triplet: 54, 6A and 8D. RGB value is (84,106,141). Sum of RGB (Red+Green+Blue) = 84+106+141=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #546A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A8D is #AB9572. Grayscale: #676767. Windows color (decimal): -11244915 or 9267796. OLE color: 9267796.

HSL color Cylindrical-coordinate representation of color #546A8D: hue angle of 216.84º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #546A8D is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 106 141 -
CMYK 0.40 0.25 0 0.45
HSL 216.84º 0.25% 0.44% -
HSV(B) 216.84º 0.4% 0.55% -
XYZ 13.62 14.12 27.21 -
YUV 103.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 84 106 141 0.40 0.25 0 0.45 216.84 0.25 0.44
Hex 54 6A 8D 28 19 0 2D D9 19 2C
Octal 124 152 215 50 31 0 55 331 31 54
Binary 1010100 1101010 10001101 101000 11001 0 101101 11011001 11001 101100

Color Harmonies of #546A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546A8D

Black with #546A8D

Text Example


Text Example

White with #546A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546A8D; }

 p { color: rgb(84,106,141); }

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

background-color css

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

 a { background-color: rgb(84,106,141); }

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

border-color css

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

 span { border-color: rgb(84,106,141); }

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