Html Css Color HEX #546988 Kashmir Blue

📋 copy color: '#546988'

red 84 ◦ green 105 ◦ blue 136

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

Shades of Kashmir Blue #546988

Tints of Kashmir Blue #546988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 25.85%
G = 32.31%
B = 41.85%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546988 (or 0x546988) is known color: Kashmir Blue. HEX triplet: 54, 69 and 88. RGB value is (84,105,136). Sum of RGB (Red+Green+Blue) = 84+105+136=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #546988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546988 is #AB9677. Grayscale: #666666. Windows color (decimal): -11245176 or 8939860. OLE color: 8939860.

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

Color convert

RGB 84 105 136 -
CMYK 0.38 0.23 0 0.47
HSL 215.77º 0.24% 0.43% -
HSV(B) 215.77º 0.38% 0.53% -
XYZ 13.15 13.77 25.26 -
YUV 102.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 84 105 136 0.38 0.23 0 0.47 215.77 0.24 0.43
Hex 54 69 88 26 17 0 2F D8 18 2B
Octal 124 151 210 46 27 0 57 330 30 53
Binary 1010100 1101001 10001000 100110 10111 0 101111 11011000 11000 101011

Color Harmonies of #546988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546988

Black with #546988

Text Example


Text Example

White with #546988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546988; }

 p { color: rgb(84,105,136); }

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

background-color css

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

 a { background-color: rgb(84,105,136); }

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

border-color css

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

 span { border-color: rgb(84,105,136); }

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