Html Css Color HEX #546E8D Kashmir Blue

📋 copy color: '#546E8D'

red 84 ◦ green 110 ◦ blue 141

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

Shades of Kashmir Blue #546E8D

Tints of Kashmir Blue #546E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

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

R = 25.07%
G = 32.84%
B = 42.09%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#546E8D (or 0x546E8D) is known color: Kashmir Blue. HEX triplet: 54, 6E and 8D. RGB value is (84,110,141). Sum of RGB (Red+Green+Blue) = 84+110+141=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #546E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546E8D is #AB9172. Grayscale: #696969. Windows color (decimal): -11243891 or 9268820. OLE color: 9268820.

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

Color convert

RGB 84 110 141 -
CMYK 0.40 0.22 0 0.45
HSL 212.63º 0.25% 0.44% -
HSV(B) 212.63º 0.4% 0.55% -
XYZ 14.04 14.96 27.35 -
YUV 105.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 84 110 141 0.40 0.22 0 0.45 212.63 0.25 0.44
Hex 54 6E 8D 28 16 0 2D D5 19 2C
Octal 124 156 215 50 26 0 55 325 31 54
Binary 1010100 1101110 10001101 101000 10110 0 101101 11010101 11001 101100

Color Harmonies of #546E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546E8D

Black with #546E8D

Text Example


Text Example

White with #546E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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