#546494

Color #546494 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #546494

Tints of Waikawa Grey #546494

Color information

#546494 (or 0x546494) is unknown color: approx Waikawa Grey. HEX triplet: 54, 64 and 94. RGB value is (84,100,148). Sum of RGB (Red+Green+Blue) = 84+100+148=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #546494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546494 is #AB9B6B. Grayscale: #646464. Windows color (decimal): -11246444 or 9725012. OLE color: 9725012.

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

Color convert

RGB84100148-
CMYK0.430.3200.42
HSL225º27.59%45.49%-
HSV(B)225º43.24%58.04%-
XYZ13.5613.1429.84-
YUV100.69154.7116.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=25.30%
G=30.12%
B=44.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841001480.430.3200.4222527.5945.49
Hex5464942B2002Ae11c2d
Octal12414422453400523413455
Binary101010011001001001010010101110000001010101110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546494; }

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

 H1.HeaderClassName
 {
   color: #546494;
 }
 .AnyTagClassName
 {
   color: #546494;
 }
</style>
background-color css

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

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

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

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

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

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