#546796

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

Shades of Waikawa Grey #546796

Tints of Waikawa Grey #546796

Color information

#546796 (or 0x546796) is unknown color: approx Waikawa Grey. HEX triplet: 54, 67 and 96. RGB value is (84,103,150). Sum of RGB (Red+Green+Blue) = 84+103+150=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #546796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546796 is #AB9869. Grayscale: #666666. Windows color (decimal): -11245674 or 9856852. OLE color: 9856852.

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

Color convert

RGB84103150-
CMYK0.440.3100.41
HSL222.73º28.21%45.88%-
HSV(B)222.73º44%58.82%-
XYZ14.0113.7930.78-
YUV102.68154.71114.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 150 (58.98% from 255) = 44.51%
R=24.93%
G=30.56%
B=44.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841031500.440.3100.41222.7328.2145.88
Hex5467962C1F029df1c2e
Octal12414722654370513373456
Binary10101001100111100101101011001111101010011101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546796; }

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

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

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

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

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

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

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

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