Html Css Color HEX #546290 Waikawa Grey

📋 copy color: '#546290'

red 84 ◦ green 98 ◦ blue 144

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

Shades of Waikawa Grey #546290

Tints of Waikawa Grey #546290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

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

R = 25.77%
G = 30.06%
B = 44.17%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#546290 (or 0x546290) is known color: Waikawa Grey. HEX triplet: 54, 62 and 90. RGB value is (84,98,144). Sum of RGB (Red+Green+Blue) = 84+98+144=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #546290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546290 is #AB9D6F. Grayscale: #626262. Windows color (decimal): -11246960 or 9462356. OLE color: 9462356.

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

Color convert

RGB 84 98 144 -
CMYK 0.42 0.32 0 0.44
HSL 226º 0.26% 0.45% -
HSV(B) 226º 0.42% 0.56% -
XYZ 13.06 12.63 28.14 -
YUV 99.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 84 98 144 0.42 0.32 0 0.44 226 0.26 0.45
Hex 54 62 90 2A 20 0 2C E2 1A 2D
Octal 124 142 220 52 40 0 54 342 32 55
Binary 1010100 1100010 10010000 101010 100000 0 101100 11100010 11010 101101

Color Harmonies of #546290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546290

Black with #546290

Text Example


Text Example

White with #546290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546290; }

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

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

background-color css

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

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

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

border-color css

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

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

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