Html Css Color HEX #577980 Blue Bayoux

📋 copy color: '#577980'

red 87 ◦ green 121 ◦ blue 128

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

Shades of Blue Bayoux #577980

Tints of Blue Bayoux #577980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 25.89%
G = 36.01%
B = 38.1%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#577980 (or 0x577980) is known color: Blue Bayoux. HEX triplet: 57, 79 and 80. RGB value is (87,121,128). Sum of RGB (Red+Green+Blue) = 87+121+128=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #577980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577980 is #A8867F. Grayscale: #6F6F6F. Windows color (decimal): -11044480 or 8419671. OLE color: 8419671.

HSL color Cylindrical-coordinate representation of color #577980: hue angle of 190.24º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #577980 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 121 128 -
CMYK 0.32 0.05 0 0.50
HSL 190.24º 0.19% 0.42% -
HSV(B) 190.24º 0.32% 0.5% -
XYZ 14.66 17.26 22.98 -
YUV 111.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 87 121 128 0.32 0.05 0 0.50 190.24 0.19 0.42
Hex 57 79 80 20 5 0 32 BE 13 2A
Octal 127 171 200 40 5 0 62 276 23 52
Binary 1010111 1111001 10000000 100000 101 0 110010 10111110 10011 101010

Color Harmonies of #577980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577980

Black with #577980

Text Example


Text Example

White with #577980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577980; }

 p { color: rgb(87,121,128); }

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

background-color css

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

 a { background-color: rgb(87,121,128); }

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

border-color css

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

 span { border-color: rgb(87,121,128); }

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