Html Css Color HEX #546594 Waikawa Grey

📋 copy color: '#546594'

red 84 ◦ green 101 ◦ blue 148

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

Shades of Waikawa Grey #546594

Tints of Waikawa Grey #546594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 25.23%
G = 30.33%
B = 44.44%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#546594 (or 0x546594) is known color: Waikawa Grey. HEX triplet: 54, 65 and 94. RGB value is (84,101,148). Sum of RGB (Red+Green+Blue) = 84+101+148=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #546594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546594 is #AB9A6B. Grayscale: #656565. Windows color (decimal): -11246188 or 9725268. OLE color: 9725268.

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

Color convert

RGB 84 101 148 -
CMYK 0.43 0.32 0 0.42
HSL 224.06º 0.28% 0.45% -
HSV(B) 224.06º 0.43% 0.58% -
XYZ 13.66 13.33 29.87 -
YUV 101.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 84 101 148 0.43 0.32 0 0.42 224.06 0.28 0.45
Hex 54 65 94 2B 20 0 2A E0 1C 2D
Octal 124 145 224 53 40 0 52 340 34 55
Binary 1010100 1100101 10010100 101011 100000 0 101010 11100000 11100 101101

Color Harmonies of #546594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546594

Black with #546594

Text Example


Text Example

White with #546594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546594; }

 p { color: rgb(84,101,148); }

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

background-color css

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

 a { background-color: rgb(84,101,148); }

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

border-color css

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

 span { border-color: rgb(84,101,148); }

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