Html Css Color HEX #546591 Waikawa Grey

📋 copy color: '#546591'

red 84 ◦ green 101 ◦ blue 145

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

Shades of Waikawa Grey #546591

Tints of Waikawa Grey #546591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 25.45%
G = 30.61%
B = 43.94%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#546591 (or 0x546591) is known color: Waikawa Grey. HEX triplet: 54, 65 and 91. RGB value is (84,101,145). Sum of RGB (Red+Green+Blue) = 84+101+145=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #546591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546591 is #AB9A6E. Grayscale: #646464. Windows color (decimal): -11246191 or 9528660. OLE color: 9528660.

HSL color Cylindrical-coordinate representation of color #546591: hue angle of 223.28º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546591 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 101 145 -
CMYK 0.42 0.30 0 0.43
HSL 223.28º 0.27% 0.45% -
HSV(B) 223.28º 0.42% 0.57% -
XYZ 13.42 13.24 28.64 -
YUV 100.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 84 101 145 0.42 0.30 0 0.43 223.28 0.27 0.45
Hex 54 65 91 2A 1E 0 2B DF 1B 2D
Octal 124 145 221 52 36 0 53 337 33 55
Binary 1010100 1100101 10010001 101010 11110 0 101011 11011111 11011 101101

Color Harmonies of #546591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546591

Black with #546591

Text Example


Text Example

White with #546591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546591; }

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

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

background-color css

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

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

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

border-color css

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

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

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