#546292

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

Shades of Waikawa Grey #546292

Tints of Waikawa Grey #546292

Color information

#546292 (or 0x546292) is unknown color: approx Waikawa Grey. HEX triplet: 54, 62 and 92. RGB value is (84,98,146). Sum of RGB (Red+Green+Blue) = 84+98+146=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #546292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546292 is #AB9D6D. Grayscale: #636363. Windows color (decimal): -11246958 or 9593428. OLE color: 9593428.

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

Color convert

RGB8498146-
CMYK0.420.3300.43
HSL226.45º26.96%45.1%-
HSV(B)226.45º42.47%57.25%-
XYZ13.2112.728.95-
YUV99.29154.36117.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=25.61%
G=29.88%
B=44.51%

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
Decimal84981460.420.3300.43226.4526.9645.1
Hex5462922A2102Be21b2d
Octal12414222252410533423355
Binary101010011000101001001010101010000101010111110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546292; }

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

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

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

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

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

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

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

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