Html Css Color HEX #546291 Waikawa Grey

📋 copy color: '#546291'

red 84 ◦ green 98 ◦ blue 145

#546291
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #546291

Tints of Waikawa Grey #546291

RGB

 RED value IS 84 (33.2% from 255) = 25.69%

 GREEN value IS 98 (38.67% from 255) = 29.97%

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 25.69%
G = 29.97%
B = 44.34%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#546291 (or 0x546291) is known color: Waikawa Grey. HEX triplet: 54, 62 and 91. RGB value is (84,98,145). Sum of RGB (Red+Green+Blue) = 84+98+145=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #546291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546291 is #AB9D6E. Grayscale: #626262. Windows color (decimal): -11246959 or 9527892. OLE color: 9527892.

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

Color convert

RGB 84 98 145 -
CMYK 0.42 0.32 0 0.43
HSL 226.23º 0.27% 0.45% -
HSV(B) 226.23º 0.42% 0.57% -
XYZ 13.13 12.66 28.54 -
YUV 99.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 84 98 145 0.42 0.32 0 0.43 226.23 0.27 0.45
Hex 54 62 91 2A 20 0 2B E2 1B 2D
Octal 124 142 221 52 40 0 53 342 33 55
Binary 1010100 1100010 10010001 101010 100000 0 101011 11100010 11011 101101

Color Harmonies of #546291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546291

Black with #546291

Text Example


Text Example

White with #546291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546291; }

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

 H1.HeaderClassName
 {
   color: #546291;
 }
 .AnyTagClassName
 {
   color: #546291;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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