Html Css Color HEX #577298 Waikawa Grey

📋 copy color: '#577298'

red 87 ◦ green 114 ◦ blue 152

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

Shades of Waikawa Grey #577298

Tints of Waikawa Grey #577298

RGB

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

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

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

R = 24.65%
G = 32.29%
B = 43.06%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#577298 (or 0x577298) is known color: Waikawa Grey. HEX triplet: 57, 72 and 98. RGB value is (87,114,152). Sum of RGB (Red+Green+Blue) = 87+114+152=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #577298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577298 is #A88D67. Grayscale: #6E6E6E. Windows color (decimal): -11046248 or 9990743. OLE color: 9990743.

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

Color convert

RGB 87 114 152 -
CMYK 0.43 0.25 0 0.40
HSL 215.08º 0.27% 0.47% -
HSV(B) 215.08º 0.43% 0.6% -
XYZ 15.62 16.33 32.03 -
YUV 110.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 87 114 152 0.43 0.25 0 0.40 215.08 0.27 0.47
Hex 57 72 98 2B 19 0 28 D7 1B 2F
Octal 127 162 230 53 31 0 50 327 33 57
Binary 1010111 1110010 10011000 101011 11001 0 101000 11010111 11011 101111

Color Harmonies of #577298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577298

Black with #577298

Text Example


Text Example

White with #577298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577298; }

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

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

background-color css

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

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

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

border-color css

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

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

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