Html Css Color HEX #546D90 Kashmir Blue

📋 copy color: '#546D90'

red 84 ◦ green 109 ◦ blue 144

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

Shades of Kashmir Blue #546D90

Tints of Kashmir Blue #546D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 24.93%
G = 32.34%
B = 42.73%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#546D90 (or 0x546D90) is known color: Kashmir Blue. HEX triplet: 54, 6D and 90. RGB value is (84,109,144). Sum of RGB (Red+Green+Blue) = 84+109+144=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #546D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D90 is #AB926F. Grayscale: #696969. Windows color (decimal): -11244144 or 9465172. OLE color: 9465172.

HSL color Cylindrical-coordinate representation of color #546D90: hue angle of 215º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546D90 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 109 144 -
CMYK 0.42 0.24 0 0.44
HSL 215º 0.26% 0.45% -
HSV(B) 215º 0.42% 0.56% -
XYZ 14.16 14.84 28.5 -
YUV 105.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 84 109 144 0.42 0.24 0 0.44 215 0.26 0.45
Hex 54 6D 90 2A 18 0 2C D7 1A 2D
Octal 124 155 220 52 30 0 54 327 32 55
Binary 1010100 1101101 10010000 101010 11000 0 101100 11010111 11010 101101

Color Harmonies of #546D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546D90

Black with #546D90

Text Example


Text Example

White with #546D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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