#546691

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

Shades of Waikawa Grey #546691

Tints of Waikawa Grey #546691

Color information

#546691 (or 0x546691) is unknown color: approx Waikawa Grey. HEX triplet: 54, 66 and 91. RGB value is (84,102,145). Sum of RGB (Red+Green+Blue) = 84+102+145=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #546691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546691 is #AB996E. Grayscale: #656565. Windows color (decimal): -11245935 or 9528916. OLE color: 9528916.

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

Color convert

RGB84102145-
CMYK0.420.3000.43
HSL222.3º26.64%44.9%-
HSV(B)222.3º42.07%56.86%-
XYZ13.5213.4328.67-
YUV101.52152.54115.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=25.38%
G=30.82%
B=43.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841021450.420.3000.43222.326.6444.9
Hex5466912A1E02Bde1b2d
Octal12414622152360533363355
Binary10101001100110100100011010101111001010111101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546691; }

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

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

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

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

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

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

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

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