#546690

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

Shades of Waikawa Grey #546690

Tints of Waikawa Grey #546690

Color information

#546690 (or 0x546690) is unknown color: approx Waikawa Grey. HEX triplet: 54, 66 and 90. RGB value is (84,102,144). Sum of RGB (Red+Green+Blue) = 84+102+144=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #546690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546690 is #AB996F. Grayscale: #656565. Windows color (decimal): -11245936 or 9463380. OLE color: 9463380.

HSL color Cylindrical-coordinate representation of color #546690: hue angle of 222º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546690 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84102144-
CMYK0.420.2900.44
HSL222º26.32%44.71%-
HSV(B)222º41.67%56.47%-
XYZ13.4413.428.26-
YUV101.41152.04115.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=25.45%
G=30.91%
B=43.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841021440.420.2900.4422226.3244.71
Hex5466902A1D02Cde1a2d
Octal12414622052350543363255
Binary10101001100110100100001010101110101011001101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546690; }

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

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

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

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

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

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

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

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