Html Css Color HEX #546D8D Kashmir Blue

📋 copy color: '#546D8D'

red 84 ◦ green 109 ◦ blue 141

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

Shades of Kashmir Blue #546D8D

Tints of Kashmir Blue #546D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

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

R = 25.15%
G = 32.63%
B = 42.22%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#546D8D (or 0x546D8D) is known color: Kashmir Blue. HEX triplet: 54, 6D and 8D. RGB value is (84,109,141). Sum of RGB (Red+Green+Blue) = 84+109+141=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #546D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D8D is #AB9272. Grayscale: #696969. Windows color (decimal): -11244147 or 9268564. OLE color: 9268564.

HSL color Cylindrical-coordinate representation of color #546D8D: hue angle of 213.68º 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 #546D8D is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 109 141 -
CMYK 0.40 0.23 0 0.45
HSL 213.68º 0.25% 0.44% -
HSV(B) 213.68º 0.4% 0.55% -
XYZ 13.93 14.75 27.31 -
YUV 105.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 84 109 141 0.40 0.23 0 0.45 213.68 0.25 0.44
Hex 54 6D 8D 28 17 0 2D D6 19 2C
Octal 124 155 215 50 27 0 55 326 31 54
Binary 1010100 1101101 10001101 101000 10111 0 101101 11010110 11001 101100

Color Harmonies of #546D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546D8D

Black with #546D8D

Text Example


Text Example

White with #546D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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