#546193

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

Shades of Waikawa Grey #546193

Tints of Waikawa Grey #546193

Color information

#546193 (or 0x546193) is unknown color: approx Waikawa Grey. HEX triplet: 54, 61 and 93. RGB value is (84,97,147). Sum of RGB (Red+Green+Blue) = 84+97+147=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #546193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546193 is #AB9E6C. Grayscale: #626262. Windows color (decimal): -11247213 or 9658708. OLE color: 9658708.

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

Color convert

RGB8497147-
CMYK0.430.3400.42
HSL227.62º27.27%45.29%-
HSV(B)227.62º42.86%57.65%-
XYZ13.212.5429.33-
YUV98.81155.19117.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=25.61%
G=29.57%
B=44.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84971470.430.3400.42227.6227.2745.29
Hex5461932B2202Ae41b2d
Octal12414122353420523443355
Binary101010011000011001001110101110001001010101110010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546193; }

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

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

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

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

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

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

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

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