Html Css Color HEX #546593 Waikawa Grey

📋 copy color: '#546593'

red 84 ◦ green 101 ◦ blue 147

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

Shades of Waikawa Grey #546593

Tints of Waikawa Grey #546593

RGB

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

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

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

R = 25.3%
G = 30.42%
B = 44.28%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#546593 (or 0x546593) is known color: Waikawa Grey. HEX triplet: 54, 65 and 93. RGB value is (84,101,147). Sum of RGB (Red+Green+Blue) = 84+101+147=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #546593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546593 is #AB9A6C. Grayscale: #646464. Windows color (decimal): -11246189 or 9659732. OLE color: 9659732.

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

Color convert

RGB 84 101 147 -
CMYK 0.43 0.31 0 0.42
HSL 223.81º 0.27% 0.45% -
HSV(B) 223.81º 0.43% 0.58% -
XYZ 13.58 13.3 29.46 -
YUV 101.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 84 101 147 0.43 0.31 0 0.42 223.81 0.27 0.45
Hex 54 65 93 2B 1F 0 2A E0 1B 2D
Octal 124 145 223 53 37 0 52 340 33 55
Binary 1010100 1100101 10010011 101011 11111 0 101010 11100000 11011 101101

Color Harmonies of #546593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546593

Black with #546593

Text Example


Text Example

White with #546593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546593; }

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

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

background-color css

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

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

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

border-color css

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

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

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