#546293

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

Shades of Waikawa Grey #546293

Tints of Waikawa Grey #546293

Color information

#546293 (or 0x546293) is unknown color: approx Waikawa Grey. HEX triplet: 54, 62 and 93. RGB value is (84,98,147). Sum of RGB (Red+Green+Blue) = 84+98+147=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #546293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546293 is #AB9D6C. Grayscale: #636363. Windows color (decimal): -11246957 or 9658964. OLE color: 9658964.

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

Color convert

RGB8498147-
CMYK0.430.3300.42
HSL226.67º27.27%45.29%-
HSV(B)226.67º42.86%57.65%-
XYZ13.2912.7329.36-
YUV99.4154.86117.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=25.53%
G=29.79%
B=44.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84981470.430.3300.42226.6727.2745.29
Hex5462932B2102Ae31b2d
Octal12414222353410523433355
Binary101010011000101001001110101110000101010101110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546293; }

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

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

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

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

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

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

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

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