Html Css Color HEX #546886 Kashmir Blue

📋 copy color: '#546886'

red 84 ◦ green 104 ◦ blue 134

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

Shades of Kashmir Blue #546886

Tints of Kashmir Blue #546886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.3%

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

R = 26.09%
G = 32.3%
B = 41.61%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546886 (or 0x546886) is known color: Kashmir Blue. HEX triplet: 54, 68 and 86. RGB value is (84,104,134). Sum of RGB (Red+Green+Blue) = 84+104+134=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #546886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546886 is #AB9779. Grayscale: #656565. Windows color (decimal): -11245434 or 8808532. OLE color: 8808532.

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

Color convert

RGB 84 104 134 -
CMYK 0.37 0.22 0 0.47
HSL 216º 0.23% 0.43% -
HSV(B) 216º 0.37% 0.53% -
XYZ 12.91 13.51 24.48 -
YUV 101.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 84 104 134 0.37 0.22 0 0.47 216 0.23 0.43
Hex 54 68 86 25 16 0 2F D8 17 2B
Octal 124 150 206 45 26 0 57 330 27 53
Binary 1010100 1101000 10000110 100101 10110 0 101111 11011000 10111 101011

Color Harmonies of #546886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546886

Black with #546886

Text Example


Text Example

White with #546886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546886; }

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

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

background-color css

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

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

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

border-color css

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

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

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