Html Css Color HEX #576899 Waikawa Grey

📋 copy color: '#576899'

red 87 ◦ green 104 ◦ blue 153

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

Shades of Waikawa Grey #576899

Tints of Waikawa Grey #576899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 25.29%
G = 30.23%
B = 44.48%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#576899 (or 0x576899) is known color: Waikawa Grey. HEX triplet: 57, 68 and 99. RGB value is (87,104,153). Sum of RGB (Red+Green+Blue) = 87+104+153=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #576899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576899 is #A89766. Grayscale: #686868. Windows color (decimal): -11048807 or 10053719. OLE color: 10053719.

HSL color Cylindrical-coordinate representation of color #576899: hue angle of 224.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #576899 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 104 153 -
CMYK 0.43 0.32 0 0.4
HSL 224.55º 0.28% 0.47% -
HSV(B) 224.55º 0.43% 0.6% -
XYZ 14.63 14.23 32.11 -
YUV 104.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 87 104 153 0.43 0.32 0 0.4 224.55 0.28 0.47
Hex 57 68 99 2B 20 0 28 E1 1C 2F
Octal 127 150 231 53 40 0 50 341 34 57
Binary 1010111 1101000 10011001 101011 100000 0 101000 11100001 11100 101111

Color Harmonies of #576899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576899

Black with #576899

Text Example


Text Example

White with #576899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576899; }

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

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

background-color css

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

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

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

border-color css

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

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

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