Html Css Color HEX #546D8B Kashmir Blue

📋 copy color: '#546D8B'

red 84 ◦ green 109 ◦ blue 139

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

Shades of Kashmir Blue #546D8B

Tints of Kashmir Blue #546D8B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 25.3%
G = 32.83%
B = 41.87%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#546D8B (or 0x546D8B) is known color: Kashmir Blue. HEX triplet: 54, 6D and 8B. RGB value is (84,109,139). Sum of RGB (Red+Green+Blue) = 84+109+139=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #546D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D8B is #AB9274. Grayscale: #686868. Windows color (decimal): -11244149 or 9137492. OLE color: 9137492.

HSL color Cylindrical-coordinate representation of color #546D8B: hue angle of 212.73º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #546D8B is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 109 139 -
CMYK 0.40 0.22 0 0.45
HSL 212.73º 0.25% 0.44% -
HSV(B) 212.73º 0.4% 0.55% -
XYZ 13.79 14.69 26.53 -
YUV 104.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 84 109 139 0.40 0.22 0 0.45 212.73 0.25 0.44
Hex 54 6D 8B 28 16 0 2D D5 19 2C
Octal 124 155 213 50 26 0 55 325 31 54
Binary 1010100 1101101 10001011 101000 10110 0 101101 11010101 11001 101100

Color Harmonies of #546D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546D8B

Black with #546D8B

Text Example


Text Example

White with #546D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,109,139); }

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

background-color css

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

 a { background-color: rgb(84,109,139); }

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

border-color css

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

 span { border-color: rgb(84,109,139); }

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