#546190

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

Shades of Waikawa Grey #546190

Tints of Waikawa Grey #546190

Color information

#546190 (or 0x546190) is unknown color: approx Waikawa Grey. HEX triplet: 54, 61 and 90. RGB value is (84,97,144). Sum of RGB (Red+Green+Blue) = 84+97+144=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #546190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546190 is #AB9E6F. Grayscale: #626262. Windows color (decimal): -11247216 or 9462100. OLE color: 9462100.

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

Color convert

RGB8497144-
CMYK0.420.3300.44
HSL227º26.32%44.71%-
HSV(B)227º41.67%56.47%-
XYZ12.9612.4528.1-
YUV98.47153.69117.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=25.85%
G=29.85%
B=44.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84971440.420.3300.4422726.3244.71
Hex5461902A2102Ce31a2d
Octal12414122052410543433255
Binary101010011000011001000010101010000101011001110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546190; }

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

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

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

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

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

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

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

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