#546996

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

Shades of Waikawa Grey #546996

Tints of Waikawa Grey #546996

Color information

#546996 (or 0x546996) is unknown color: approx Waikawa Grey. HEX triplet: 54, 69 and 96. RGB value is (84,105,150). Sum of RGB (Red+Green+Blue) = 84+105+150=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #546996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546996 is #AB9669. Grayscale: #676767. Windows color (decimal): -11245162 or 9857364. OLE color: 9857364.

HSL color Cylindrical-coordinate representation of color #546996: hue angle of 220.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546996 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84105150-
CMYK0.440.3000.41
HSL220.91º28.21%45.88%-
HSV(B)220.91º44%58.82%-
XYZ14.2114.1930.84-
YUV103.85154.04113.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=24.78%
G=30.97%
B=44.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841051500.440.3000.41220.9128.2145.88
Hex5469962C1E029dd1c2e
Octal12415122654360513353456
Binary10101001101001100101101011001111001010011101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546996; }

 p { color: rgb(84,105,150); }

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

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

 a { background-color: rgb(84,105,150); }

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

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

 span { border-color: rgb(84,105,150); }

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