Html Css Color HEX #546683 Kashmir Blue

📋 copy color: '#546683'

red 84 ◦ green 102 ◦ blue 131

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

Shades of Kashmir Blue #546683

Tints of Kashmir Blue #546683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

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

R = 26.5%
G = 32.18%
B = 41.32%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546683 (or 0x546683) is known color: Kashmir Blue. HEX triplet: 54, 66 and 83. RGB value is (84,102,131). Sum of RGB (Red+Green+Blue) = 84+102+131=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #546683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546683 is #AB997C. Grayscale: #636363. Windows color (decimal): -11245949 or 8611412. OLE color: 8611412.

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

Color convert

RGB 84 102 131 -
CMYK 0.36 0.22 0 0.49
HSL 217.02º 0.22% 0.42% -
HSV(B) 217.02º 0.36% 0.51% -
XYZ 12.5 13.03 23.33 -
YUV 99.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 84 102 131 0.36 0.22 0 0.49 217.02 0.22 0.42
Hex 54 66 83 24 16 0 31 D9 16 2A
Octal 124 146 203 44 26 0 61 331 26 52
Binary 1010100 1100110 10000011 100100 10110 0 110001 11011001 10110 101010

Color Harmonies of #546683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546683

Black with #546683

Text Example


Text Example

White with #546683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546683; }

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

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

background-color css

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

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

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

border-color css

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

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

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