Html Css Color HEX #546393 Waikawa Grey

📋 copy color: '#546393'

red 84 ◦ green 99 ◦ blue 147

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

Shades of Waikawa Grey #546393

Tints of Waikawa Grey #546393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 147 (57.81% from 255) = 44.55%

R = 25.45%
G = 30%
B = 44.55%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#546393 (or 0x546393) is known color: Waikawa Grey. HEX triplet: 54, 63 and 93. RGB value is (84,99,147). Sum of RGB (Red+Green+Blue) = 84+99+147=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #546393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546393 is #AB9C6C. Grayscale: #636363. Windows color (decimal): -11246701 or 9659220. OLE color: 9659220.

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

Color convert

RGB 84 99 147 -
CMYK 0.43 0.33 0 0.42
HSL 225.71º 0.27% 0.45% -
HSV(B) 225.71º 0.43% 0.58% -
XYZ 13.38 12.92 29.39 -
YUV 99.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 84 99 147 0.43 0.33 0 0.42 225.71 0.27 0.45
Hex 54 63 93 2B 21 0 2A E2 1B 2D
Octal 124 143 223 53 41 0 52 342 33 55
Binary 1010100 1100011 10010011 101011 100001 0 101010 11100010 11011 101101

Color Harmonies of #546393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546393

Black with #546393

Text Example


Text Example

White with #546393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546393; }

 p { color: rgb(84,99,147); }

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

background-color css

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

 a { background-color: rgb(84,99,147); }

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

border-color css

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

 span { border-color: rgb(84,99,147); }

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