Html Css Color HEX #577A81 Blue Bayoux

📋 copy color: '#577A81'

red 87 ◦ green 122 ◦ blue 129

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

Shades of Blue Bayoux #577A81

Tints of Blue Bayoux #577A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 25.74%
G = 36.09%
B = 38.17%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#577A81 (or 0x577A81) is known color: Blue Bayoux. HEX triplet: 57, 7A and 81. RGB value is (87,122,129). Sum of RGB (Red+Green+Blue) = 87+122+129=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #577A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A81 is #A8857E. Grayscale: #707070. Windows color (decimal): -11044223 or 8485463. OLE color: 8485463.

HSL color Cylindrical-coordinate representation of color #577A81: hue angle of 190º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577A81 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 122 129 -
CMYK 0.33 0.05 0 0.49
HSL 190º 0.19% 0.42% -
HSV(B) 190º 0.33% 0.51% -
XYZ 14.85 17.53 23.37 -
YUV 112.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 87 122 129 0.33 0.05 0 0.49 190 0.19 0.42
Hex 57 7A 81 21 5 0 31 BE 13 2A
Octal 127 172 201 41 5 0 61 276 23 52
Binary 1010111 1111010 10000001 100001 101 0 110001 10111110 10011 101010

Color Harmonies of #577A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A81

Black with #577A81

Text Example


Text Example

White with #577A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577A81; }

 p { color: rgb(87,122,129); }

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

background-color css

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

 a { background-color: rgb(87,122,129); }

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

border-color css

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

 span { border-color: rgb(87,122,129); }

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