Html Css Color HEX #546184 Kashmir Blue

📋 copy color: '#546184'

red 84 ◦ green 97 ◦ blue 132

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

Shades of Kashmir Blue #546184

Tints of Kashmir Blue #546184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 132 (51.95% from 255) = 42.17%

R = 26.84%
G = 30.99%
B = 42.17%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#546184 (or 0x546184) is known color: Kashmir Blue. HEX triplet: 54, 61 and 84. RGB value is (84,97,132). Sum of RGB (Red+Green+Blue) = 84+97+132=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #546184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546184 is #AB9E7B. Grayscale: #606060. Windows color (decimal): -11247228 or 8675668. OLE color: 8675668.

HSL color Cylindrical-coordinate representation of color #546184: hue angle of 223.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #546184 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 97 132 -
CMYK 0.36 0.27 0 0.48
HSL 223.75º 0.22% 0.42% -
HSV(B) 223.75º 0.36% 0.52% -
XYZ 12.1 12.1 23.53 -
YUV 97.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 84 97 132 0.36 0.27 0 0.48 223.75 0.22 0.42
Hex 54 61 84 24 1B 0 30 E0 16 2A
Octal 124 141 204 44 33 0 60 340 26 52
Binary 1010100 1100001 10000100 100100 11011 0 110000 11100000 10110 101010

Color Harmonies of #546184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546184

Black with #546184

Text Example


Text Example

White with #546184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546184; }

 p { color: rgb(84,97,132); }

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

background-color css

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

 a { background-color: rgb(84,97,132); }

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

border-color css

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

 span { border-color: rgb(84,97,132); }

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