#546291

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

Shades of Waikawa Grey #546291

Tints of Waikawa Grey #546291

Color information

#546291 (or 0x546291) is unknown color: approx Waikawa Grey. HEX triplet: 54, 62 and 91. RGB value is (84,98,145). Sum of RGB (Red+Green+Blue) = 84+98+145=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #546291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546291 is #AB9D6E. Grayscale: #626262. Windows color (decimal): -11246959 or 9527892. OLE color: 9527892.

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

Color convert

RGB8498145-
CMYK0.420.3200.43
HSL226.23º26.64%44.9%-
HSV(B)226.23º42.07%56.86%-
XYZ13.1312.6628.54-
YUV99.17153.86117.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=25.69%
G=29.97%
B=44.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84981450.420.3200.43226.2326.6444.9
Hex5462912A2002Be21b2d
Octal12414222152400533423355
Binary101010011000101001000110101010000001010111110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546291; }

 p { color: rgb(84,98,145); }

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

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

 a { background-color: rgb(84,98,145); }

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

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

 span { border-color: rgb(84,98,145); }

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