#546192

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

Shades of Waikawa Grey #546192

Tints of Waikawa Grey #546192

Color information

#546192 (or 0x546192) is unknown color: approx Waikawa Grey. HEX triplet: 54, 61 and 92. RGB value is (84,97,146). Sum of RGB (Red+Green+Blue) = 84+97+146=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #546192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546192 is #AB9E6D. Grayscale: #626262. Windows color (decimal): -11247214 or 9593172. OLE color: 9593172.

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

Color convert

RGB8497146-
CMYK0.420.3400.43
HSL227.42º26.96%45.1%-
HSV(B)227.42º42.47%57.25%-
XYZ13.1212.5128.92-
YUV98.7154.69117.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=25.69%
G=29.66%
B=44.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84971460.420.3400.43227.4226.9645.1
Hex5461922A2202Be31b2d
Octal12414122252420533433355
Binary101010011000011001001010101010001001010111110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546192; }

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

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

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

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

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

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

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

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