#546792

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

Shades of Waikawa Grey #546792

Tints of Waikawa Grey #546792

Color information

#546792 (or 0x546792) is unknown color: approx Waikawa Grey. HEX triplet: 54, 67 and 92. RGB value is (84,103,146). Sum of RGB (Red+Green+Blue) = 84+103+146=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #546792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546792 is #AB986D. Grayscale: #666666. Windows color (decimal): -11245678 or 9594708. OLE color: 9594708.

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

Color convert

RGB84103146-
CMYK0.420.2900.43
HSL221.61º26.96%45.1%-
HSV(B)221.61º42.47%57.25%-
XYZ13.6913.6629.11-
YUV102.22152.71115-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=25.23%
G=30.93%
B=43.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841031460.420.2900.43221.6126.9645.1
Hex5467922A1D02Bde1b2d
Octal12414722252350533363355
Binary10101001100111100100101010101110101010111101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546792; }

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

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

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

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

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

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

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

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