#546594

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

Shades of Waikawa Grey #546594

Tints of Waikawa Grey #546594

Color information

#546594 (or 0x546594) is unknown color: approx Waikawa Grey. HEX triplet: 54, 65 and 94. RGB value is (84,101,148). Sum of RGB (Red+Green+Blue) = 84+101+148=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #546594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546594 is #AB9A6B. Grayscale: #656565. Windows color (decimal): -11246188 or 9725268. OLE color: 9725268.

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

Color convert

RGB84101148-
CMYK0.430.3200.42
HSL224.06º27.59%45.49%-
HSV(B)224.06º43.24%58.04%-
XYZ13.6613.3329.87-
YUV101.28154.37115.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=25.23%
G=30.33%
B=44.44%

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
Decimal841011480.430.3200.42224.0627.5945.49
Hex5465942B2002Ae01c2d
Octal12414522453400523403455
Binary101010011001011001010010101110000001010101110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546594; }

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

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

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

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

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

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

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

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