Html Css Color HEX #576491 Waikawa Grey

📋 copy color: '#576491'

red 87 ◦ green 100 ◦ blue 145

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

Shades of Waikawa Grey #576491

Tints of Waikawa Grey #576491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 26.2%
G = 30.12%
B = 43.67%

CMYK

 C value IS 0.4

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#576491 (or 0x576491) is known color: Waikawa Grey. HEX triplet: 57, 64 and 91. RGB value is (87,100,145). Sum of RGB (Red+Green+Blue) = 87+100+145=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #576491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576491 is #A89B6E. Grayscale: #656565. Windows color (decimal): -11049839 or 9528407. OLE color: 9528407.

HSL color Cylindrical-coordinate representation of color #576491: hue angle of 226.55º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576491 is Cyan = 0.4, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 100 145 -
CMYK 0.4 0.31 0 0.43
HSL 226.55º 0.25% 0.45% -
HSV(B) 226.55º 0.4% 0.57% -
XYZ 13.6 13.18 28.62 -
YUV 101.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 87 100 145 0.4 0.31 0 0.43 226.55 0.25 0.45
Hex 57 64 91 28 1F 0 2B E3 19 2D
Octal 127 144 221 50 37 0 53 343 31 55
Binary 1010111 1100100 10010001 101000 11111 0 101011 11100011 11001 101101

Color Harmonies of #576491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576491

Black with #576491

Text Example


Text Example

White with #576491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576491; }

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

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

background-color css

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

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

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

border-color css

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

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

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