Html Css Color HEX #577579 Blue Bayoux

📋 copy color: '#577579'

red 87 ◦ green 117 ◦ blue 121

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

Shades of Blue Bayoux #577579

Tints of Blue Bayoux #577579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 26.77%
G = 36%
B = 37.23%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#577579 (or 0x577579) is known color: Blue Bayoux. HEX triplet: 57, 75 and 79. RGB value is (87,117,121). Sum of RGB (Red+Green+Blue) = 87+117+121=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #577579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577579 is #A88A86. Grayscale: #6C6C6C. Windows color (decimal): -11045511 or 7959895. OLE color: 7959895.

HSL color Cylindrical-coordinate representation of color #577579: hue angle of 187.06º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #577579 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 117 121 -
CMYK 0.28 0.03 0 0.53
HSL 187.06º 0.16% 0.41% -
HSV(B) 187.06º 0.28% 0.47% -
XYZ 13.74 16.13 20.48 -
YUV 108.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 87 117 121 0.28 0.03 0 0.53 187.06 0.16 0.41
Hex 57 75 79 1C 3 0 35 BB 10 29
Octal 127 165 171 34 3 0 65 273 20 51
Binary 1010111 1110101 1111001 11100 11 0 110101 10111011 10000 101001

Color Harmonies of #577579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577579

Black with #577579

Text Example


Text Example

White with #577579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577579; }

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

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

background-color css

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

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

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

border-color css

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

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

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