#546692

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

Shades of Waikawa Grey #546692

Tints of Waikawa Grey #546692

Color information

#546692 (or 0x546692) is unknown color: approx Waikawa Grey. HEX triplet: 54, 66 and 92. RGB value is (84,102,146). Sum of RGB (Red+Green+Blue) = 84+102+146=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #546692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546692 is #AB996D. Grayscale: #656565. Windows color (decimal): -11245934 or 9594452. OLE color: 9594452.

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

Color convert

RGB84102146-
CMYK0.420.3000.43
HSL222.58º26.96%45.1%-
HSV(B)222.58º42.47%57.25%-
XYZ13.613.4629.08-
YUV101.63153.04115.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=25.30%
G=30.72%
B=43.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841021460.420.3000.43222.5826.9645.1
Hex5466922A1E02Bdf1b2d
Octal12414622252360533373355
Binary10101001100110100100101010101111001010111101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546692; }

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

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

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

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

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

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

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

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