#546793

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

Shades of Waikawa Grey #546793

Tints of Waikawa Grey #546793

Color information

#546793 (or 0x546793) is unknown color: approx Waikawa Grey. HEX triplet: 54, 67 and 93. RGB value is (84,103,147). Sum of RGB (Red+Green+Blue) = 84+103+147=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #546793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546793 is #AB986C. Grayscale: #666666. Windows color (decimal): -11245677 or 9660244. OLE color: 9660244.

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

Color convert

RGB84103147-
CMYK0.430.3000.42
HSL221.9º27.27%45.29%-
HSV(B)221.9º42.86%57.65%-
XYZ13.7713.6929.52-
YUV102.34153.21114.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=25.15%
G=30.84%
B=44.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841031470.430.3000.42221.927.2745.29
Hex5467932B1E02Ade1b2d
Octal12414722353360523363355
Binary10101001100111100100111010111111001010101101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546793; }

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

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

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

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

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

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

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

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