#546694

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

Shades of Waikawa Grey #546694

Tints of Waikawa Grey #546694

Color information

#546694 (or 0x546694) is unknown color: approx Waikawa Grey. HEX triplet: 54, 66 and 94. RGB value is (84,102,148). Sum of RGB (Red+Green+Blue) = 84+102+148=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #546694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546694 is #AB996B. Grayscale: #656565. Windows color (decimal): -11245932 or 9725524. OLE color: 9725524.

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

Color convert

RGB84102148-
CMYK0.430.3100.42
HSL223.12º27.59%45.49%-
HSV(B)223.12º43.24%58.04%-
XYZ13.7513.5329.9-
YUV101.86154.04115.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=25.15%
G=30.54%
B=44.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841021480.430.3100.42223.1227.5945.49
Hex5466942B1F02Adf1c2d
Octal12414622453370523373455
Binary10101001100110100101001010111111101010101101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546694; }

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

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

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

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

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

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

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

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