#546591

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

Shades of Waikawa Grey #546591

Tints of Waikawa Grey #546591

Color information

#546591 (or 0x546591) is unknown color: approx Waikawa Grey. HEX triplet: 54, 65 and 91. RGB value is (84,101,145). Sum of RGB (Red+Green+Blue) = 84+101+145=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #546591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546591 is #AB9A6E. Grayscale: #646464. Windows color (decimal): -11246191 or 9528660. OLE color: 9528660.

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

Color convert

RGB84101145-
CMYK0.420.3000.43
HSL223.28º26.64%44.9%-
HSV(B)223.28º42.07%56.86%-
XYZ13.4213.2428.64-
YUV100.93152.87115.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=25.45%
G=30.61%
B=43.94%

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
Decimal841011450.420.3000.43223.2826.6444.9
Hex5465912A1E02Bdf1b2d
Octal12414522152360533373355
Binary10101001100101100100011010101111001010111101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546591; }

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

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

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

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

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

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

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

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