Html Css Color HEX #546696 Waikawa Grey

📋 copy color: '#546696'

red 84 ◦ green 102 ◦ blue 150

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

Shades of Waikawa Grey #546696

Tints of Waikawa Grey #546696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 25%
G = 30.36%
B = 44.64%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#546696 (or 0x546696) is known color: Waikawa Grey. HEX triplet: 54, 66 and 96. RGB value is (84,102,150). Sum of RGB (Red+Green+Blue) = 84+102+150=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #546696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546696 is #AB9969. Grayscale: #656565. Windows color (decimal): -11245930 or 9856596. OLE color: 9856596.

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

Color convert

RGB 84 102 150 -
CMYK 0.44 0.32 0 0.41
HSL 223.64º 0.28% 0.46% -
HSV(B) 223.64º 0.44% 0.59% -
XYZ 13.91 13.59 30.74 -
YUV 102.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 84 102 150 0.44 0.32 0 0.41 223.64 0.28 0.46
Hex 54 66 96 2C 20 0 29 E0 1C 2E
Octal 124 146 226 54 40 0 51 340 34 56
Binary 1010100 1100110 10010110 101100 100000 0 101001 11100000 11100 101110

Color Harmonies of #546696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546696

Black with #546696

Text Example


Text Example

White with #546696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546696; }

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

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

background-color css

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

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

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

border-color css

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

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

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