Html Css Color HEX #576494 Waikawa Grey

📋 copy color: '#576494'

red 87 ◦ green 100 ◦ blue 148

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

Shades of Waikawa Grey #576494

Tints of Waikawa Grey #576494

RGB

 RED value IS 87 (34.38% from 255) = 25.97%

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 25.97%
G = 29.85%
B = 44.18%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576494 (or 0x576494) is known color: Waikawa Grey. HEX triplet: 57, 64 and 94. RGB value is (87,100,148). Sum of RGB (Red+Green+Blue) = 87+100+148=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #576494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576494 is #A89B6B. Grayscale: #656565. Windows color (decimal): -11049836 or 9725015. OLE color: 9725015.

HSL color Cylindrical-coordinate representation of color #576494: hue angle of 227.21º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #576494 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 100 148 -
CMYK 0.41 0.32 0 0.42
HSL 227.21º 0.26% 0.46% -
HSV(B) 227.21º 0.41% 0.58% -
XYZ 13.83 13.28 29.85 -
YUV 101.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 87 100 148 0.41 0.32 0 0.42 227.21 0.26 0.46
Hex 57 64 94 29 20 0 2A E3 1A 2E
Octal 127 144 224 51 40 0 52 343 32 56
Binary 1010111 1100100 10010100 101001 100000 0 101010 11100011 11010 101110

Color Harmonies of #576494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576494

Black with #576494

Text Example


Text Example

White with #576494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576494; }

 p { color: rgb(87,100,148); }

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

background-color css

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

 a { background-color: rgb(87,100,148); }

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

border-color css

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

 span { border-color: rgb(87,100,148); }

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