Html Css Color HEX #546381 Kashmir Blue

📋 copy color: '#546381'

red 84 ◦ green 99 ◦ blue 129

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

Shades of Kashmir Blue #546381

Tints of Kashmir Blue #546381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

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

R = 26.92%
G = 31.73%
B = 41.35%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546381 (or 0x546381) is known color: Kashmir Blue. HEX triplet: 54, 63 and 81. RGB value is (84,99,129). Sum of RGB (Red+Green+Blue) = 84+99+129=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #546381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546381 is #AB9C7E. Grayscale: #616161. Windows color (decimal): -11246719 or 8479572. OLE color: 8479572.

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

Color convert

RGB 84 99 129 -
CMYK 0.35 0.23 0 0.49
HSL 220º 0.21% 0.42% -
HSV(B) 220º 0.35% 0.51% -
XYZ 12.08 12.39 22.52 -
YUV 97.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 84 99 129 0.35 0.23 0 0.49 220 0.21 0.42
Hex 54 63 81 23 17 0 31 DC 15 2A
Octal 124 143 201 43 27 0 61 334 25 52
Binary 1010100 1100011 10000001 100011 10111 0 110001 11011100 10101 101010

Color Harmonies of #546381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546381

Black with #546381

Text Example


Text Example

White with #546381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546381; }

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

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

background-color css

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

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

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

border-color css

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

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

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