#546892

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

Shades of Waikawa Grey #546892

Tints of Waikawa Grey #546892

Color information

#546892 (or 0x546892) is unknown color: approx Waikawa Grey. HEX triplet: 54, 68 and 92. RGB value is (84,104,146). Sum of RGB (Red+Green+Blue) = 84+104+146=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #546892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546892 is #AB976D. Grayscale: #666666. Windows color (decimal): -11245422 or 9594964. OLE color: 9594964.

HSL color Cylindrical-coordinate representation of color #546892: hue angle of 220.65º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546892 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB84104146-
CMYK0.420.2900.43
HSL220.65º26.96%45.1%-
HSV(B)220.65º42.47%57.25%-
XYZ13.7913.8629.14-
YUV102.81152.37114.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=25.15%
G=31.14%
B=43.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841041460.420.2900.43220.6526.9645.1
Hex5468922A1D02Bdd1b2d
Octal12415022252350533353355
Binary10101001101000100100101010101110101010111101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546892; }

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

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

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

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

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

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

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

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