Html Css Color HEX #577199 Waikawa Grey

📋 copy color: '#577199'

red 87 ◦ green 113 ◦ blue 153

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

Shades of Waikawa Grey #577199

Tints of Waikawa Grey #577199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

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

R = 24.65%
G = 32.01%
B = 43.34%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#577199 (or 0x577199) is known color: Waikawa Grey. HEX triplet: 57, 71 and 99. RGB value is (87,113,153). Sum of RGB (Red+Green+Blue) = 87+113+153=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #577199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577199 is #A88E66. Grayscale: #6D6D6D. Windows color (decimal): -11046503 or 10056023. OLE color: 10056023.

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

Color convert

RGB 87 113 153 -
CMYK 0.43 0.26 0 0.4
HSL 216.36º 0.28% 0.47% -
HSV(B) 216.36º 0.43% 0.6% -
XYZ 15.59 16.14 32.43 -
YUV 109.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 87 113 153 0.43 0.26 0 0.4 216.36 0.28 0.47
Hex 57 71 99 2B 1A 0 28 D8 1C 2F
Octal 127 161 231 53 32 0 50 330 34 57
Binary 1010111 1110001 10011001 101011 11010 0 101000 11011000 11100 101111

Color Harmonies of #577199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577199

Black with #577199

Text Example


Text Example

White with #577199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577199; }

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

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

background-color css

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

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

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

border-color css

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

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

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