Html Css Color HEX #546D92 Kashmir Blue

📋 copy color: '#546D92'

red 84 ◦ green 109 ◦ blue 146

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

Shades of Kashmir Blue #546D92

Tints of Kashmir Blue #546D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 24.78%
G = 32.15%
B = 43.07%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#546D92 (or 0x546D92) is known color: Kashmir Blue. HEX triplet: 54, 6D and 92. RGB value is (84,109,146). Sum of RGB (Red+Green+Blue) = 84+109+146=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #546D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D92 is #AB926D. Grayscale: #696969. Windows color (decimal): -11244142 or 9596244. OLE color: 9596244.

HSL color Cylindrical-coordinate representation of color #546D92: hue angle of 215.81º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546D92 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 109 146 -
CMYK 0.42 0.25 0 0.43
HSL 215.81º 0.27% 0.45% -
HSV(B) 215.81º 0.42% 0.57% -
XYZ 14.31 14.9 29.32 -
YUV 105.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 84 109 146 0.42 0.25 0 0.43 215.81 0.27 0.45
Hex 54 6D 92 2A 19 0 2B D8 1B 2D
Octal 124 155 222 52 31 0 53 330 33 55
Binary 1010100 1101101 10010010 101010 11001 0 101011 11011000 11011 101101

Color Harmonies of #546D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546D92

Black with #546D92

Text Example


Text Example

White with #546D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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