Html Css Color HEX #546694 Waikawa Grey

📋 copy color: '#546694'

red 84 ◦ green 102 ◦ blue 148

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

Shades of Waikawa Grey #546694

Tints of Waikawa Grey #546694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

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

R = 25.15%
G = 30.54%
B = 44.31%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#546694 (or 0x546694) is known color: Waikawa Grey. HEX triplet: 54, 66 and 94. RGB value is (84,102,148). Sum of RGB (Red+Green+Blue) = 84+102+148=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #546694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546694 is #AB996B. Grayscale: #656565. Windows color (decimal): -11245932 or 9725524. OLE color: 9725524.

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

Color convert

RGB 84 102 148 -
CMYK 0.43 0.31 0 0.42
HSL 223.13º 0.28% 0.45% -
HSV(B) 223.13º 0.43% 0.58% -
XYZ 13.75 13.53 29.9 -
YUV 101.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 84 102 148 0.43 0.31 0 0.42 223.13 0.28 0.45
Hex 54 66 94 2B 1F 0 2A DF 1C 2D
Octal 124 146 224 53 37 0 52 337 34 55
Binary 1010100 1100110 10010100 101011 11111 0 101010 11011111 11100 101101

Color Harmonies of #546694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546694

Black with #546694

Text Example


Text Example

White with #546694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546694; }

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

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

background-color css

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

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

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

border-color css

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

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

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