Html Css Color HEX #546392 Waikawa Grey

📋 copy color: '#546392'

red 84 ◦ green 99 ◦ blue 146

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

Shades of Waikawa Grey #546392

Tints of Waikawa Grey #546392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 25.53%
G = 30.09%
B = 44.38%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#546392 (or 0x546392) is known color: Waikawa Grey. HEX triplet: 54, 63 and 92. RGB value is (84,99,146). Sum of RGB (Red+Green+Blue) = 84+99+146=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #546392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546392 is #AB9C6D. Grayscale: #636363. Windows color (decimal): -11246702 or 9593684. OLE color: 9593684.

HSL color Cylindrical-coordinate representation of color #546392: hue angle of 225.48º 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 #546392 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 99 146 -
CMYK 0.42 0.32 0 0.43
HSL 225.48º 0.27% 0.45% -
HSV(B) 225.48º 0.42% 0.57% -
XYZ 13.31 12.88 28.98 -
YUV 99.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 84 99 146 0.42 0.32 0 0.43 225.48 0.27 0.45
Hex 54 63 92 2A 20 0 2B E1 1B 2D
Octal 124 143 222 52 40 0 53 341 33 55
Binary 1010100 1100011 10010010 101010 100000 0 101011 11100001 11011 101101

Color Harmonies of #546392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546392

Black with #546392

Text Example


Text Example

White with #546392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546392; }

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

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

background-color css

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

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

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

border-color css

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

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

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