Html Css Color HEX #546F8D Kashmir Blue

📋 copy color: '#546F8D'

red 84 ◦ green 111 ◦ blue 141

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

Shades of Kashmir Blue #546F8D

Tints of Kashmir Blue #546F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 25%
G = 33.04%
B = 41.96%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#546F8D (or 0x546F8D) is known color: Kashmir Blue. HEX triplet: 54, 6F and 8D. RGB value is (84,111,141). Sum of RGB (Red+Green+Blue) = 84+111+141=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #546F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546F8D is #AB9072. Grayscale: #6A6A6A. Windows color (decimal): -11243635 or 9269076. OLE color: 9269076.

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

Color convert

RGB 84 111 141 -
CMYK 0.40 0.21 0 0.45
HSL 211.58º 0.25% 0.44% -
HSV(B) 211.58º 0.4% 0.55% -
XYZ 14.15 15.18 27.38 -
YUV 106.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 84 111 141 0.40 0.21 0 0.45 211.58 0.25 0.44
Hex 54 6F 8D 28 15 0 2D D4 19 2C
Octal 124 157 215 50 25 0 55 324 31 54
Binary 1010100 1101111 10001101 101000 10101 0 101101 11010100 11001 101100

Color Harmonies of #546F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546F8D

Black with #546F8D

Text Example


Text Example

White with #546F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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