#546695

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

Shades of Waikawa Grey #546695

Tints of Waikawa Grey #546695

Color information

#546695 (or 0x546695) is unknown color: approx Waikawa Grey. HEX triplet: 54, 66 and 95. RGB value is (84,102,149). Sum of RGB (Red+Green+Blue) = 84+102+149=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #546695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546695 is #AB996A. Grayscale: #656565. Windows color (decimal): -11245931 or 9791060. OLE color: 9791060.

HSL color Cylindrical-coordinate representation of color #546695: hue angle of 223.38º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546695 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB84102149-
CMYK0.440.3200.42
HSL223.38º27.9%45.69%-
HSV(B)223.38º43.62%58.43%-
XYZ13.8313.5630.32-
YUV101.98154.54115.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=25.07%
G=30.45%
B=44.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841021490.440.3200.42223.3827.945.69
Hex5466952C2002Adf1c2e
Octal12414622554400523373456
Binary101010011001101001010110110010000001010101101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546695; }

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

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

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

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

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

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

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

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