#546493

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

Shades of Waikawa Grey #546493

Tints of Waikawa Grey #546493

Color information

#546493 (or 0x546493) is unknown color: approx Waikawa Grey. HEX triplet: 54, 64 and 93. RGB value is (84,100,147). Sum of RGB (Red+Green+Blue) = 84+100+147=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #546493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546493 is #AB9B6C. Grayscale: #646464. Windows color (decimal): -11246445 or 9659476. OLE color: 9659476.

HSL color Cylindrical-coordinate representation of color #546493: hue angle of 224.76º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #546493 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB84100147-
CMYK0.430.3200.42
HSL224.76º27.27%45.29%-
HSV(B)224.76º42.86%57.65%-
XYZ13.4813.1129.42-
YUV100.57154.2116.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=25.38%
G=30.21%
B=44.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841001470.430.3200.42224.7627.2745.29
Hex5464932B2002Ae11b2d
Octal12414422353400523413355
Binary101010011001001001001110101110000001010101110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546493; }

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

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

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

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

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

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

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

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