Html Css Color HEX #546987 Kashmir Blue

📋 copy color: '#546987'

red 84 ◦ green 105 ◦ blue 135

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

Shades of Kashmir Blue #546987

Tints of Kashmir Blue #546987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 25.93%
G = 32.41%
B = 41.67%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546987 (or 0x546987) is known color: Kashmir Blue. HEX triplet: 54, 69 and 87. RGB value is (84,105,135). Sum of RGB (Red+Green+Blue) = 84+105+135=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #546987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546987 is #AB9678. Grayscale: #656565. Windows color (decimal): -11245177 or 8874324. OLE color: 8874324.

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

Color convert

RGB 84 105 135 -
CMYK 0.38 0.22 0 0.47
HSL 215.29º 0.23% 0.43% -
HSV(B) 215.29º 0.38% 0.53% -
XYZ 13.08 13.74 24.88 -
YUV 102.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 84 105 135 0.38 0.22 0 0.47 215.29 0.23 0.43
Hex 54 69 87 26 16 0 2F D7 17 2B
Octal 124 151 207 46 26 0 57 327 27 53
Binary 1010100 1101001 10000111 100110 10110 0 101111 11010111 10111 101011

Color Harmonies of #546987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546987

Black with #546987

Text Example


Text Example

White with #546987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546987; }

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

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

background-color css

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

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

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

border-color css

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

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

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