#546894

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

Shades of Waikawa Grey #546894

Tints of Waikawa Grey #546894

Color information

#546894 (or 0x546894) is unknown color: approx Waikawa Grey. HEX triplet: 54, 68 and 94. RGB value is (84,104,148). Sum of RGB (Red+Green+Blue) = 84+104+148=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #546894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546894 is #AB976B. Grayscale: #666666. Windows color (decimal): -11245420 or 9726036. OLE color: 9726036.

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

Color convert

RGB84104148-
CMYK0.430.3000.42
HSL221.25º27.59%45.49%-
HSV(B)221.25º43.24%58.04%-
XYZ13.9513.9229.97-
YUV103.04153.37114.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=25%
G=30.95%
B=44.05%

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
Decimal841041480.430.3000.42221.2527.5945.49
Hex5468942B1E02Add1c2d
Octal12415022453360523353455
Binary10101001101000100101001010111111001010101101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546894; }

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

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

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

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

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

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

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

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