#546492

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

Shades of Waikawa Grey #546492

Tints of Waikawa Grey #546492

Color information

#546492 (or 0x546492) is unknown color: approx Waikawa Grey. HEX triplet: 54, 64 and 92. RGB value is (84,100,146). Sum of RGB (Red+Green+Blue) = 84+100+146=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #546492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546492 is #AB9B6D. Grayscale: #646464. Windows color (decimal): -11246446 or 9593940. OLE color: 9593940.

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

Color convert

RGB84100146-
CMYK0.420.3200.43
HSL224.52º26.96%45.1%-
HSV(B)224.52º42.47%57.25%-
XYZ13.413.0729.01-
YUV100.46153.7116.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=25.45%
G=30.30%
B=44.24%

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
Decimal841001460.420.3200.43224.5226.9645.1
Hex5464922A2002Be11b2d
Octal12414422252400533413355
Binary101010011001001001001010101010000001010111110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546492; }

 p { color: rgb(84,100,146); }

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

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

 a { background-color: rgb(84,100,146); }

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

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

 span { border-color: rgb(84,100,146); }

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