Html Css Color HEX #577C82 Blue Bayoux

📋 copy color: '#577C82'

red 87 ◦ green 124 ◦ blue 130

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

Shades of Blue Bayoux #577C82

Tints of Blue Bayoux #577C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 25.51%
G = 36.36%
B = 38.12%

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

#577C82 (or 0x577C82) is known color: Blue Bayoux. HEX triplet: 57, 7C and 82. RGB value is (87,124,130). Sum of RGB (Red+Green+Blue) = 87+124+130=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #577C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577C82 is #A8837D. Grayscale: #717171. Windows color (decimal): -11043710 or 8551511. OLE color: 8551511.

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

Color convert

RGB 87 124 130 -
CMYK 0.33 0.05 0 0.49
HSL 188.37º 0.2% 0.43% -
HSV(B) 188.37º 0.33% 0.51% -
XYZ 15.17 18.05 23.8 -
YUV 113.62 137.24 109.01 -
System Red Green Blue C M Y K H S L
Decimal 87 124 130 0.33 0.05 0 0.49 188.37 0.2 0.43
Hex 57 7C 82 21 5 0 31 BC 14 2B
Octal 127 174 202 41 5 0 61 274 24 53
Binary 1010111 1111100 10000010 100001 101 0 110001 10111100 10100 101011

Color Harmonies of #577C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577C82

Black with #577C82

Text Example


Text Example

White with #577C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,124,130); }

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

background-color css

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

 a { background-color: rgb(87,124,130); }

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

border-color css

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

 span { border-color: rgb(87,124,130); }

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