Html Css Color HEX #546495 Waikawa Grey

📋 copy color: '#546495'

red 84 ◦ green 100 ◦ blue 149

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

Shades of Waikawa Grey #546495

Tints of Waikawa Grey #546495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 25.23%
G = 30.03%
B = 44.74%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#546495 (or 0x546495) is known color: Waikawa Grey. HEX triplet: 54, 64 and 95. RGB value is (84,100,149). Sum of RGB (Red+Green+Blue) = 84+100+149=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #546495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546495 is #AB9B6A. Grayscale: #646464. Windows color (decimal): -11246443 or 9790548. OLE color: 9790548.

HSL color Cylindrical-coordinate representation of color #546495: hue angle of 225.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #546495 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 100 149 -
CMYK 0.44 0.33 0 0.42
HSL 225.23º 0.28% 0.46% -
HSV(B) 225.23º 0.44% 0.58% -
XYZ 13.64 13.17 30.26 -
YUV 100.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 84 100 149 0.44 0.33 0 0.42 225.23 0.28 0.46
Hex 54 64 95 2C 21 0 2A E1 1C 2E
Octal 124 144 225 54 41 0 52 341 34 56
Binary 1010100 1100100 10010101 101100 100001 0 101010 11100001 11100 101110

Color Harmonies of #546495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546495

Black with #546495

Text Example


Text Example

White with #546495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546495; }

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

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

background-color css

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

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

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

border-color css

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

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

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