Html Css Color HEX #546281 Kashmir Blue

📋 copy color: '#546281'

red 84 ◦ green 98 ◦ blue 129

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

Shades of Kashmir Blue #546281

Tints of Kashmir Blue #546281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 27.01%
G = 31.51%
B = 41.48%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546281 (or 0x546281) is known color: Kashmir Blue. HEX triplet: 54, 62 and 81. RGB value is (84,98,129). Sum of RGB (Red+Green+Blue) = 84+98+129=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #546281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546281 is #AB9D7E. Grayscale: #616161. Windows color (decimal): -11246975 or 8479316. OLE color: 8479316.

HSL color Cylindrical-coordinate representation of color #546281: hue angle of 221.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #546281 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 98 129 -
CMYK 0.35 0.24 0 0.49
HSL 221.33º 0.21% 0.42% -
HSV(B) 221.33º 0.35% 0.51% -
XYZ 11.99 12.21 22.49 -
YUV 97.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 84 98 129 0.35 0.24 0 0.49 221.33 0.21 0.42
Hex 54 62 81 23 18 0 31 DD 15 2A
Octal 124 142 201 43 30 0 61 335 25 52
Binary 1010100 1100010 10000001 100011 11000 0 110001 11011101 10101 101010

Color Harmonies of #546281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546281

Black with #546281

Text Example


Text Example

White with #546281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546281; }

 p { color: rgb(84,98,129); }

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

background-color css

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

 a { background-color: rgb(84,98,129); }

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

border-color css

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

 span { border-color: rgb(84,98,129); }

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