#546397

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

Shades of Waikawa Grey #546397

Tints of Waikawa Grey #546397

Color information

#546397 (or 0x546397) is unknown color: approx Waikawa Grey. HEX triplet: 54, 63 and 97. RGB value is (84,99,151). Sum of RGB (Red+Green+Blue) = 84+99+151=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #546397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546397 is #AB9C68. Grayscale: #646464. Windows color (decimal): -11246697 or 9921364. OLE color: 9921364.

HSL color Cylindrical-coordinate representation of color #546397: hue angle of 226.57º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546397 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8499151-
CMYK0.440.3400.41
HSL226.57º28.51%46.08%-
HSV(B)226.57º44.37%59.22%-
XYZ13.713.0431.07-
YUV100.44156.53116.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=25.15%
G=29.64%
B=45.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84991510.440.3400.41226.5728.5146.08
Hex5463972C22029e31d2e
Octal12414322754420513433556
Binary101010011000111001011110110010001001010011110001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546397; }

 p { color: rgb(84,99,151); }

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

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

 a { background-color: rgb(84,99,151); }

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

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

 span { border-color: rgb(84,99,151); }

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