Html Css Color HEX #546490 Waikawa Grey

📋 copy color: '#546490'

red 84 ◦ green 100 ◦ blue 144

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

Shades of Waikawa Grey #546490

Tints of Waikawa Grey #546490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 25.61%
G = 30.49%
B = 43.9%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#546490 (or 0x546490) is known color: Waikawa Grey. HEX triplet: 54, 64 and 90. RGB value is (84,100,144). Sum of RGB (Red+Green+Blue) = 84+100+144=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #546490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546490 is #AB9B6F. Grayscale: #646464. Windows color (decimal): -11246448 or 9462868. OLE color: 9462868.

HSL color Cylindrical-coordinate representation of color #546490: hue angle of 224º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546490 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 100 144 -
CMYK 0.42 0.31 0 0.44
HSL 224º 0.26% 0.45% -
HSV(B) 224º 0.42% 0.56% -
XYZ 13.25 13.01 28.2 -
YUV 100.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 84 100 144 0.42 0.31 0 0.44 224 0.26 0.45
Hex 54 64 90 2A 1F 0 2C E0 1A 2D
Octal 124 144 220 52 37 0 54 340 32 55
Binary 1010100 1100100 10010000 101010 11111 0 101100 11100000 11010 101101

Color Harmonies of #546490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546490

Black with #546490

Text Example


Text Example

White with #546490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546490; }

 p { color: rgb(84,100,144); }

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

background-color css

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

 a { background-color: rgb(84,100,144); }

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

border-color css

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

 span { border-color: rgb(84,100,144); }

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