#546191

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

Shades of Waikawa Grey #546191

Tints of Waikawa Grey #546191

Color information

#546191 (or 0x546191) is unknown color: approx Waikawa Grey. HEX triplet: 54, 61 and 91. RGB value is (84,97,145). Sum of RGB (Red+Green+Blue) = 84+97+145=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #546191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546191 is #AB9E6E. Grayscale: #626262. Windows color (decimal): -11247215 or 9527636. OLE color: 9527636.

HSL color Cylindrical-coordinate representation of color #546191: hue angle of 227.21º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546191 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8497145-
CMYK0.420.3300.43
HSL227.21º26.64%44.9%-
HSV(B)227.21º42.07%56.86%-
XYZ13.0412.4828.51-
YUV98.58154.19117.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=25.77%
G=29.75%
B=44.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84971450.420.3300.43227.2126.6444.9
Hex5461912A2102Be31b2d
Octal12414122152410533433355
Binary101010011000011001000110101010000101010111110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546191; }

 p { color: rgb(84,97,145); }

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

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

 a { background-color: rgb(84,97,145); }

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

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

 span { border-color: rgb(84,97,145); }

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