Html Css Color HEX #546483 Kashmir Blue

📋 copy color: '#546483'

red 84 ◦ green 100 ◦ blue 131

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

Shades of Kashmir Blue #546483

Tints of Kashmir Blue #546483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 26.67%
G = 31.75%
B = 41.59%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546483 (or 0x546483) is known color: Kashmir Blue. HEX triplet: 54, 64 and 83. RGB value is (84,100,131). Sum of RGB (Red+Green+Blue) = 84+100+131=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #546483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546483 is #AB9B7C. Grayscale: #626262. Windows color (decimal): -11246461 or 8610900. OLE color: 8610900.

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

Color convert

RGB 84 100 131 -
CMYK 0.36 0.24 0 0.49
HSL 219.57º 0.22% 0.42% -
HSV(B) 219.57º 0.36% 0.51% -
XYZ 12.31 12.64 23.26 -
YUV 98.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 84 100 131 0.36 0.24 0 0.49 219.57 0.22 0.42
Hex 54 64 83 24 18 0 31 DC 16 2A
Octal 124 144 203 44 30 0 61 334 26 52
Binary 1010100 1100100 10000011 100100 11000 0 110001 11011100 10110 101010

Color Harmonies of #546483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546483

Black with #546483

Text Example


Text Example

White with #546483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546483; }

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

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

background-color css

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

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

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

border-color css

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

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

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