Html Css Color HEX #576599 Waikawa Grey

📋 copy color: '#576599'

red 87 ◦ green 101 ◦ blue 153

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

Shades of Waikawa Grey #576599

Tints of Waikawa Grey #576599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

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

R = 25.51%
G = 29.62%
B = 44.87%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#576599 (or 0x576599) is known color: Waikawa Grey. HEX triplet: 57, 65 and 99. RGB value is (87,101,153). Sum of RGB (Red+Green+Blue) = 87+101+153=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #576599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576599 is #A89A66. Grayscale: #666666. Windows color (decimal): -11049575 or 10052951. OLE color: 10052951.

HSL color Cylindrical-coordinate representation of color #576599: hue angle of 227.27º 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 #576599 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 101 153 -
CMYK 0.43 0.34 0 0.4
HSL 227.27º 0.28% 0.47% -
HSV(B) 227.27º 0.43% 0.6% -
XYZ 14.33 13.63 32.01 -
YUV 102.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 87 101 153 0.43 0.34 0 0.4 227.27 0.28 0.47
Hex 57 65 99 2B 22 0 28 E3 1C 2F
Octal 127 145 231 53 42 0 50 343 34 57
Binary 1010111 1100101 10011001 101011 100010 0 101000 11100011 11100 101111

Color Harmonies of #576599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576599

Black with #576599

Text Example


Text Example

White with #576599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576599; }

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

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

background-color css

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

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

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

border-color css

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

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

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