Html Css Color HEX #546890 Kashmir Blue

📋 copy color: '#546890'

red 84 ◦ green 104 ◦ blue 144

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

Shades of Kashmir Blue #546890

Tints of Kashmir Blue #546890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 25.3%
G = 31.33%
B = 43.37%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#546890 (or 0x546890) is known color: Kashmir Blue. HEX triplet: 54, 68 and 90. RGB value is (84,104,144). Sum of RGB (Red+Green+Blue) = 84+104+144=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #546890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546890 is #AB976F. Grayscale: #666666. Windows color (decimal): -11245424 or 9463892. OLE color: 9463892.

HSL color Cylindrical-coordinate representation of color #546890: hue angle of 220º 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 #546890 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 104 144 -
CMYK 0.42 0.28 0 0.44
HSL 220º 0.26% 0.45% -
HSV(B) 220º 0.42% 0.56% -
XYZ 13.64 13.8 28.33 -
YUV 102.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 84 104 144 0.42 0.28 0 0.44 220 0.26 0.45
Hex 54 68 90 2A 1C 0 2C DC 1A 2D
Octal 124 150 220 52 34 0 54 334 32 55
Binary 1010100 1101000 10010000 101010 11100 0 101100 11011100 11010 101101

Color Harmonies of #546890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546890

Black with #546890

Text Example


Text Example

White with #546890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546890; }

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

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

background-color css

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

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

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

border-color css

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

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

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