#546795

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

Shades of Waikawa Grey #546795

Tints of Waikawa Grey #546795

Color information

#546795 (or 0x546795) is unknown color: approx Waikawa Grey. HEX triplet: 54, 67 and 95. RGB value is (84,103,149). Sum of RGB (Red+Green+Blue) = 84+103+149=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #546795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546795 is #AB986A. Grayscale: #666666. Windows color (decimal): -11245675 or 9791316. OLE color: 9791316.

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

Color convert

RGB84103149-
CMYK0.440.3100.42
HSL222.46º27.9%45.69%-
HSV(B)222.46º43.62%58.43%-
XYZ13.9313.7630.35-
YUV102.56154.21114.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=25%
G=30.65%
B=44.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841031490.440.3100.42222.4627.945.69
Hex5467952C1F02Ade1c2e
Octal12414722554370523363456
Binary10101001100111100101011011001111101010101101111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546795; }

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

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

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

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

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

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

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

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