Html Css Color HEX #546481 Kashmir Blue

📋 copy color: '#546481'

red 84 ◦ green 100 ◦ blue 129

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

Shades of Kashmir Blue #546481

Tints of Kashmir Blue #546481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 26.84%
G = 31.95%
B = 41.21%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546481 (or 0x546481) is known color: Kashmir Blue. HEX triplet: 54, 64 and 81. RGB value is (84,100,129). Sum of RGB (Red+Green+Blue) = 84+100+129=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #546481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546481 is #AB9B7E. Grayscale: #626262. Windows color (decimal): -11246463 or 8479828. OLE color: 8479828.

HSL color Cylindrical-coordinate representation of color #546481: hue angle of 218.67º 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 #546481 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 100 129 -
CMYK 0.35 0.22 0 0.49
HSL 218.67º 0.21% 0.42% -
HSV(B) 218.67º 0.35% 0.51% -
XYZ 12.18 12.58 22.56 -
YUV 98.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 84 100 129 0.35 0.22 0 0.49 218.67 0.21 0.42
Hex 54 64 81 23 16 0 31 DB 15 2A
Octal 124 144 201 43 26 0 61 333 25 52
Binary 1010100 1100100 10000001 100011 10110 0 110001 11011011 10101 101010

Color Harmonies of #546481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546481

Black with #546481

Text Example


Text Example

White with #546481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546481; }

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

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

background-color css

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

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

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

border-color css

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

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

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