Html Css Color HEX #577299 Waikawa Grey

📋 copy color: '#577299'

red 87 ◦ green 114 ◦ blue 153

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

Shades of Waikawa Grey #577299

Tints of Waikawa Grey #577299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 24.58%
G = 32.2%
B = 43.22%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#577299 (or 0x577299) is known color: Waikawa Grey. HEX triplet: 57, 72 and 99. RGB value is (87,114,153). Sum of RGB (Red+Green+Blue) = 87+114+153=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #577299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577299 is #A88D66. Grayscale: #6E6E6E. Windows color (decimal): -11046247 or 10056279. OLE color: 10056279.

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

Color convert

RGB 87 114 153 -
CMYK 0.43 0.25 0 0.4
HSL 215.45º 0.28% 0.47% -
HSV(B) 215.45º 0.43% 0.6% -
XYZ 15.7 16.36 32.47 -
YUV 110.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 87 114 153 0.43 0.25 0 0.4 215.45 0.28 0.47
Hex 57 72 99 2B 19 0 28 D7 1C 2F
Octal 127 162 231 53 31 0 50 327 34 57
Binary 1010111 1110010 10011001 101011 11001 0 101000 11010111 11100 101111

Color Harmonies of #577299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577299

Black with #577299

Text Example


Text Example

White with #577299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577299; }

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

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

background-color css

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

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

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

border-color css

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

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

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