#546596

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

Shades of Waikawa Grey #546596

Tints of Waikawa Grey #546596

Color information

#546596 (or 0x546596) is unknown color: approx Waikawa Grey. HEX triplet: 54, 65 and 96. RGB value is (84,101,150). Sum of RGB (Red+Green+Blue) = 84+101+150=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #546596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546596 is #AB9A69. Grayscale: #656565. Windows color (decimal): -11246186 or 9856340. OLE color: 9856340.

HSL color Cylindrical-coordinate representation of color #546596: hue angle of 224.55º degrees, saturation: 0.28, 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 #546596 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84101150-
CMYK0.440.3300.41
HSL224.55º28.21%45.88%-
HSV(B)224.55º44%58.82%-
XYZ13.8113.3930.71-
YUV101.5155.37115.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=25.07%
G=30.15%
B=44.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841011500.440.3300.41224.5528.2145.88
Hex5465962C21029e11c2e
Octal12414522654410513413456
Binary101010011001011001011010110010000101010011110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546596; }

 p { color: rgb(84,101,150); }

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

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

 a { background-color: rgb(84,101,150); }

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

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

 span { border-color: rgb(84,101,150); }

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