Html Css Color HEX #576895 Waikawa Grey

📋 copy color: '#576895'

red 87 ◦ green 104 ◦ blue 149

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

Shades of Waikawa Grey #576895

Tints of Waikawa Grey #576895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 25.59%
G = 30.59%
B = 43.82%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576895 (or 0x576895) is known color: Waikawa Grey. HEX triplet: 57, 68 and 95. RGB value is (87,104,149). Sum of RGB (Red+Green+Blue) = 87+104+149=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #576895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576895 is #A8976A. Grayscale: #676767. Windows color (decimal): -11048811 or 9791575. OLE color: 9791575.

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

Color convert

RGB 87 104 149 -
CMYK 0.42 0.30 0 0.42
HSL 223.55º 0.26% 0.46% -
HSV(B) 223.55º 0.42% 0.58% -
XYZ 14.31 14.1 30.4 -
YUV 104.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 87 104 149 0.42 0.30 0 0.42 223.55 0.26 0.46
Hex 57 68 95 2A 1E 0 2A E0 1A 2E
Octal 127 150 225 52 36 0 52 340 32 56
Binary 1010111 1101000 10010101 101010 11110 0 101010 11100000 11010 101110

Color Harmonies of #576895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576895

Black with #576895

Text Example


Text Example

White with #576895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576895; }

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

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

background-color css

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

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

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

border-color css

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

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

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