Html Css Color HEX #576A99 Waikawa Grey

📋 copy color: '#576A99'

red 87 ◦ green 106 ◦ blue 153

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

Shades of Waikawa Grey #576A99

Tints of Waikawa Grey #576A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.64%

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

R = 25.14%
G = 30.64%
B = 44.22%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#576A99 (or 0x576A99) is known color: Waikawa Grey. HEX triplet: 57, 6A and 99. RGB value is (87,106,153). Sum of RGB (Red+Green+Blue) = 87+106+153=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #576A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576A99 is #A89566. Grayscale: #696969. Windows color (decimal): -11048295 or 10054231. OLE color: 10054231.

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

Color convert

RGB 87 106 153 -
CMYK 0.43 0.31 0 0.4
HSL 222.73º 0.28% 0.47% -
HSV(B) 222.73º 0.43% 0.6% -
XYZ 14.83 14.63 32.18 -
YUV 105.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 87 106 153 0.43 0.31 0 0.4 222.73 0.28 0.47
Hex 57 6A 99 2B 1F 0 28 DF 1C 2F
Octal 127 152 231 53 37 0 50 337 34 57
Binary 1010111 1101010 10011001 101011 11111 0 101000 11011111 11100 101111

Color Harmonies of #576A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576A99

Black with #576A99

Text Example


Text Example

White with #576A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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