Html Css Color HEX #546487 Kashmir Blue

📋 copy color: '#546487'

red 84 ◦ green 100 ◦ blue 135

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

Shades of Kashmir Blue #546487

Tints of Kashmir Blue #546487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

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

R = 26.33%
G = 31.35%
B = 42.32%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#546487 (or 0x546487) is known color: Kashmir Blue. HEX triplet: 54, 64 and 87. RGB value is (84,100,135). Sum of RGB (Red+Green+Blue) = 84+100+135=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #546487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546487 is #AB9B78. Grayscale: #636363. Windows color (decimal): -11246457 or 8873044. OLE color: 8873044.

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

Color convert

RGB 84 100 135 -
CMYK 0.38 0.26 0 0.47
HSL 221.18º 0.23% 0.43% -
HSV(B) 221.18º 0.38% 0.53% -
XYZ 12.59 12.75 24.72 -
YUV 99.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 84 100 135 0.38 0.26 0 0.47 221.18 0.23 0.43
Hex 54 64 87 26 1A 0 2F DD 17 2B
Octal 124 144 207 46 32 0 57 335 27 53
Binary 1010100 1100100 10000111 100110 11010 0 101111 11011101 10111 101011

Color Harmonies of #546487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546487

Black with #546487

Text Example


Text Example

White with #546487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546487; }

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

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

background-color css

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

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

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

border-color css

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

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

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