Html Css Color HEX #546695 Waikawa Grey

📋 copy color: '#546695'

red 84 ◦ green 102 ◦ blue 149

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

Shades of Waikawa Grey #546695

Tints of Waikawa Grey #546695

RGB

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

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

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

R = 25.07%
G = 30.45%
B = 44.48%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#546695 (or 0x546695) is known color: Waikawa Grey. HEX triplet: 54, 66 and 95. RGB value is (84,102,149). Sum of RGB (Red+Green+Blue) = 84+102+149=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #546695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546695 is #AB996A. Grayscale: #656565. Windows color (decimal): -11245931 or 9791060. OLE color: 9791060.

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

Color convert

RGB 84 102 149 -
CMYK 0.44 0.32 0 0.42
HSL 223.38º 0.28% 0.46% -
HSV(B) 223.38º 0.44% 0.58% -
XYZ 13.83 13.56 30.32 -
YUV 101.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 84 102 149 0.44 0.32 0 0.42 223.38 0.28 0.46
Hex 54 66 95 2C 20 0 2A DF 1C 2E
Octal 124 146 225 54 40 0 52 337 34 56
Binary 1010100 1100110 10010101 101100 100000 0 101010 11011111 11100 101110

Color Harmonies of #546695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546695

Black with #546695

Text Example


Text Example

White with #546695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546695; }

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

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

background-color css

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

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

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

border-color css

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

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

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