Html Css Color HEX #546690 Waikawa Grey

📋 copy color: '#546690'

red 84 ◦ green 102 ◦ blue 144

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

Shades of Waikawa Grey #546690

Tints of Waikawa Grey #546690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

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

R = 25.45%
G = 30.91%
B = 43.64%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#546690 (or 0x546690) is known color: Waikawa Grey. HEX triplet: 54, 66 and 90. RGB value is (84,102,144). Sum of RGB (Red+Green+Blue) = 84+102+144=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #546690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546690 is #AB996F. Grayscale: #656565. Windows color (decimal): -11245936 or 9463380. OLE color: 9463380.

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

Color convert

RGB 84 102 144 -
CMYK 0.42 0.29 0 0.44
HSL 222º 0.26% 0.45% -
HSV(B) 222º 0.42% 0.56% -
XYZ 13.44 13.4 28.26 -
YUV 101.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 84 102 144 0.42 0.29 0 0.44 222 0.26 0.45
Hex 54 66 90 2A 1D 0 2C DE 1A 2D
Octal 124 146 220 52 35 0 54 336 32 55
Binary 1010100 1100110 10010000 101010 11101 0 101100 11011110 11010 101101

Color Harmonies of #546690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546690

Black with #546690

Text Example


Text Example

White with #546690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546690; }

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

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

background-color css

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

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

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

border-color css

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

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

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