Html Css Color HEX #577096 Waikawa Grey

📋 copy color: '#577096'

red 87 ◦ green 112 ◦ blue 150

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

Shades of Waikawa Grey #577096

Tints of Waikawa Grey #577096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 24.93%
G = 32.09%
B = 42.98%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#577096 (or 0x577096) is known color: Waikawa Grey. HEX triplet: 57, 70 and 96. RGB value is (87,112,150). Sum of RGB (Red+Green+Blue) = 87+112+150=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #577096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577096 is #A88F69. Grayscale: #6C6C6C. Windows color (decimal): -11046762 or 9859159. OLE color: 9859159.

HSL color Cylindrical-coordinate representation of color #577096: hue angle of 216.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #577096 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 112 150 -
CMYK 0.42 0.25 0 0.41
HSL 216.19º 0.27% 0.46% -
HSV(B) 216.19º 0.42% 0.59% -
XYZ 15.23 15.82 31.1 -
YUV 108.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 87 112 150 0.42 0.25 0 0.41 216.19 0.27 0.46
Hex 57 70 96 2A 19 0 29 D8 1B 2E
Octal 127 160 226 52 31 0 51 330 33 56
Binary 1010111 1110000 10010110 101010 11001 0 101001 11011000 11011 101110

Color Harmonies of #577096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577096

Black with #577096

Text Example


Text Example

White with #577096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577096; }

 p { color: rgb(87,112,150); }

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

background-color css

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

 a { background-color: rgb(87,112,150); }

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

border-color css

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

 span { border-color: rgb(87,112,150); }

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