#546696

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

Shades of Waikawa Grey #546696

Tints of Waikawa Grey #546696

Color information

#546696 (or 0x546696) is unknown color: approx Waikawa Grey. HEX triplet: 54, 66 and 96. RGB value is (84,102,150). Sum of RGB (Red+Green+Blue) = 84+102+150=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #546696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546696 is #AB9969. Grayscale: #656565. Windows color (decimal): -11245930 or 9856596. OLE color: 9856596.

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

Color convert

RGB84102150-
CMYK0.440.3200.41
HSL223.64º28.21%45.88%-
HSV(B)223.64º44%58.82%-
XYZ13.9113.5930.74-
YUV102.09155.04115.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=25%
G=30.36%
B=44.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841021500.440.3200.41223.6428.2145.88
Hex5466962C20029e01c2e
Octal12414622654400513403456
Binary101010011001101001011010110010000001010011110000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546696; }

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

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

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

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

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

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

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

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