Html Css Color HEX #576894 Waikawa Grey

📋 copy color: '#576894'

red 87 ◦ green 104 ◦ blue 148

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

Shades of Waikawa Grey #576894

Tints of Waikawa Grey #576894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

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

R = 25.66%
G = 30.68%
B = 43.66%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576894 (or 0x576894) is known color: Waikawa Grey. HEX triplet: 57, 68 and 94. RGB value is (87,104,148). Sum of RGB (Red+Green+Blue) = 87+104+148=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #576894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576894 is #A8976B. Grayscale: #676767. Windows color (decimal): -11048812 or 9726039. OLE color: 9726039.

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

Color convert

RGB 87 104 148 -
CMYK 0.41 0.30 0 0.42
HSL 223.28º 0.26% 0.46% -
HSV(B) 223.28º 0.41% 0.58% -
XYZ 14.23 14.06 29.98 -
YUV 103.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 87 104 148 0.41 0.30 0 0.42 223.28 0.26 0.46
Hex 57 68 94 29 1E 0 2A DF 1A 2E
Octal 127 150 224 51 36 0 52 337 32 56
Binary 1010111 1101000 10010100 101001 11110 0 101010 11011111 11010 101110

Color Harmonies of #576894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576894

Black with #576894

Text Example


Text Example

White with #576894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576894; }

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

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

background-color css

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

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

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

border-color css

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

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

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