Html Css Color HEX #546B8A Kashmir Blue

📋 copy color: '#546B8A'

red 84 ◦ green 107 ◦ blue 138

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

Shades of Kashmir Blue #546B8A

Tints of Kashmir Blue #546B8A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 25.53%
G = 32.52%
B = 41.95%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#546B8A (or 0x546B8A) is known color: Kashmir Blue. HEX triplet: 54, 6B and 8A. RGB value is (84,107,138). Sum of RGB (Red+Green+Blue) = 84+107+138=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #546B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B8A is #AB9475. Grayscale: #676767. Windows color (decimal): -11244662 or 9071444. OLE color: 9071444.

HSL color Cylindrical-coordinate representation of color #546B8A: hue angle of 214.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #546B8A is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 107 138 -
CMYK 0.39 0.22 0 0.46
HSL 214.44º 0.24% 0.44% -
HSV(B) 214.44º 0.39% 0.54% -
XYZ 13.5 14.24 26.08 -
YUV 103.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 84 107 138 0.39 0.22 0 0.46 214.44 0.24 0.44
Hex 54 6B 8A 27 16 0 2E D6 18 2C
Octal 124 153 212 47 26 0 56 326 30 54
Binary 1010100 1101011 10001010 100111 10110 0 101110 11010110 11000 101100

Color Harmonies of #546B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546B8A

Black with #546B8A

Text Example


Text Example

White with #546B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546B8A; }

 p { color: rgb(84,107,138); }

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

background-color css

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

 a { background-color: rgb(84,107,138); }

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

border-color css

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

 span { border-color: rgb(84,107,138); }

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