#546A94

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

Shades of Waikawa Grey #546A94

Tints of Waikawa Grey #546A94

Color information

#546A94 (or 0x546A94) is unknown color: approx Waikawa Grey. HEX triplet: 54, 6A and 94. RGB value is (84,106,148). Sum of RGB (Red+Green+Blue) = 84+106+148=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #546A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A94 is #AB956B. Grayscale: #686868. Windows color (decimal): -11244908 or 9726548. OLE color: 9726548.

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

Color convert

RGB84106148-
CMYK0.430.2800.42
HSL219.38º27.59%45.49%-
HSV(B)219.38º43.24%58.04%-
XYZ14.1614.3330.04-
YUV104.21152.71113.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=24.85%
G=31.36%
B=43.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841061480.430.2800.42219.3827.5945.49
Hex546A942B1C02Adb1c2d
Octal12415222453340523333455
Binary10101001101010100101001010111110001010101101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546A94; }

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

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

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

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

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

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

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

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