Html Css Color HEX #546286 Kashmir Blue

📋 copy color: '#546286'

red 84 ◦ green 98 ◦ blue 134

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

Shades of Kashmir Blue #546286

Tints of Kashmir Blue #546286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 26.58%
G = 31.01%
B = 42.41%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546286 (or 0x546286) is known color: Kashmir Blue. HEX triplet: 54, 62 and 86. RGB value is (84,98,134). Sum of RGB (Red+Green+Blue) = 84+98+134=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #546286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546286 is #AB9D79. Grayscale: #616161. Windows color (decimal): -11246970 or 8806996. OLE color: 8806996.

HSL color Cylindrical-coordinate representation of color #546286: hue angle of 223.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #546286 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 98 134 -
CMYK 0.37 0.27 0 0.47
HSL 223.2º 0.23% 0.43% -
HSV(B) 223.2º 0.37% 0.53% -
XYZ 12.33 12.34 24.29 -
YUV 97.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 84 98 134 0.37 0.27 0 0.47 223.2 0.23 0.43
Hex 54 62 86 25 1B 0 2F DF 17 2B
Octal 124 142 206 45 33 0 57 337 27 53
Binary 1010100 1100010 10000110 100101 11011 0 101111 11011111 10111 101011

Color Harmonies of #546286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546286

Black with #546286

Text Example


Text Example

White with #546286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546286; }

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

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

background-color css

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

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

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

border-color css

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

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

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