Html Css Color HEX #577198 Waikawa Grey

📋 copy color: '#577198'

red 87 ◦ green 113 ◦ blue 152

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

Shades of Waikawa Grey #577198

Tints of Waikawa Grey #577198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.18%

R = 24.72%
G = 32.1%
B = 43.18%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#577198 (or 0x577198) is known color: Waikawa Grey. HEX triplet: 57, 71 and 98. RGB value is (87,113,152). Sum of RGB (Red+Green+Blue) = 87+113+152=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #577198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577198 is #A88E67. Grayscale: #6D6D6D. Windows color (decimal): -11046504 or 9990487. OLE color: 9990487.

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

Color convert

RGB 87 113 152 -
CMYK 0.43 0.26 0 0.40
HSL 216º 0.27% 0.47% -
HSV(B) 216º 0.43% 0.6% -
XYZ 15.5 16.1 32 -
YUV 109.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 87 113 152 0.43 0.26 0 0.40 216 0.27 0.47
Hex 57 71 98 2B 1A 0 28 D8 1B 2F
Octal 127 161 230 53 32 0 50 330 33 57
Binary 1010111 1110001 10011000 101011 11010 0 101000 11011000 11011 101111

Color Harmonies of #577198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577198

Black with #577198

Text Example


Text Example

White with #577198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577198; }

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

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

background-color css

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

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

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

border-color css

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

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

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