Html Css Color HEX #546994 Waikawa Grey

📋 copy color: '#546994'

red 84 ◦ green 105 ◦ blue 148

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

Shades of Waikawa Grey #546994

Tints of Waikawa Grey #546994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 148 (58.2% from 255) = 43.92%

R = 24.93%
G = 31.16%
B = 43.92%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#546994 (or 0x546994) is known color: Waikawa Grey. HEX triplet: 54, 69 and 94. RGB value is (84,105,148). Sum of RGB (Red+Green+Blue) = 84+105+148=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #546994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546994 is #AB966B. Grayscale: #676767. Windows color (decimal): -11245164 or 9726292. OLE color: 9726292.

HSL color Cylindrical-coordinate representation of color #546994: hue angle of 220.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #546994 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 105 148 -
CMYK 0.43 0.29 0 0.42
HSL 220.31º 0.28% 0.45% -
HSV(B) 220.31º 0.43% 0.58% -
XYZ 14.05 14.13 30 -
YUV 103.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 84 105 148 0.43 0.29 0 0.42 220.31 0.28 0.45
Hex 54 69 94 2B 1D 0 2A DC 1C 2D
Octal 124 151 224 53 35 0 52 334 34 55
Binary 1010100 1101001 10010100 101011 11101 0 101010 11011100 11100 101101

Color Harmonies of #546994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546994

Black with #546994

Text Example


Text Example

White with #546994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546994; }

 p { color: rgb(84,105,148); }

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

background-color css

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

 a { background-color: rgb(84,105,148); }

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

border-color css

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

 span { border-color: rgb(84,105,148); }

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