#546794

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

Shades of Waikawa Grey #546794

Tints of Waikawa Grey #546794

Color information

#546794 (or 0x546794) is unknown color: approx Waikawa Grey. HEX triplet: 54, 67 and 94. RGB value is (84,103,148). Sum of RGB (Red+Green+Blue) = 84+103+148=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #546794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546794 is #AB986B. Grayscale: #666666. Windows color (decimal): -11245676 or 9725780. OLE color: 9725780.

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

Color convert

RGB84103148-
CMYK0.430.3000.42
HSL222.19º27.59%45.49%-
HSV(B)222.19º43.24%58.04%-
XYZ13.8513.7229.94-
YUV102.45153.71114.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=25.07%
G=30.75%
B=44.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841031480.430.3000.42222.1927.5945.49
Hex5467942B1E02Ade1c2d
Octal12414722453360523363455
Binary10101001100111100101001010111111001010101101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546794; }

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

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

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

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

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

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

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

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