Html Css Color HEX #546590 Waikawa Grey

📋 copy color: '#546590'

red 84 ◦ green 101 ◦ blue 144

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

Shades of Waikawa Grey #546590

Tints of Waikawa Grey #546590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 25.53%
G = 30.7%
B = 43.77%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#546590 (or 0x546590) is known color: Waikawa Grey. HEX triplet: 54, 65 and 90. RGB value is (84,101,144). Sum of RGB (Red+Green+Blue) = 84+101+144=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #546590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546590 is #AB9A6F. Grayscale: #646464. Windows color (decimal): -11246192 or 9463124. OLE color: 9463124.

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

Color convert

RGB 84 101 144 -
CMYK 0.42 0.30 0 0.44
HSL 223º 0.26% 0.45% -
HSV(B) 223º 0.42% 0.56% -
XYZ 13.34 13.21 28.23 -
YUV 100.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 84 101 144 0.42 0.30 0 0.44 223 0.26 0.45
Hex 54 65 90 2A 1E 0 2C DF 1A 2D
Octal 124 145 220 52 36 0 54 337 32 55
Binary 1010100 1100101 10010000 101010 11110 0 101100 11011111 11010 101101

Color Harmonies of #546590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546590

Black with #546590

Text Example


Text Example

White with #546590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546590; }

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

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

background-color css

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

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

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

border-color css

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

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

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