#546A96

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

Shades of Waikawa Grey #546A96

Tints of Waikawa Grey #546A96

Color information

#546A96 (or 0x546A96) is unknown color: approx Waikawa Grey. HEX triplet: 54, 6A and 96. RGB value is (84,106,150). Sum of RGB (Red+Green+Blue) = 84+106+150=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #546A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A96 is #AB9569. Grayscale: #686868. Windows color (decimal): -11244906 or 9857620. OLE color: 9857620.

HSL color Cylindrical-coordinate representation of color #546A96: hue angle of 220º 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 #546A96 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84106150-
CMYK0.440.2900.41
HSL220º28.21%45.88%-
HSV(B)220º44%58.82%-
XYZ14.3214.3930.88-
YUV104.44153.71113.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 150 (58.98% from 255) = 44.12%
R=24.71%
G=31.18%
B=44.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841061500.440.2900.4122028.2145.88
Hex546A962C1D029dc1c2e
Octal12415222654350513343456
Binary10101001101010100101101011001110101010011101110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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