Html Css Color HEX #577785 Blue Bayoux

📋 copy color: '#577785'

red 87 ◦ green 119 ◦ blue 133

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

Shades of Blue Bayoux #577785

Tints of Blue Bayoux #577785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 25.66%
G = 35.1%
B = 39.23%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#577785 (or 0x577785) is known color: Blue Bayoux. HEX triplet: 57, 77 and 85. RGB value is (87,119,133). Sum of RGB (Red+Green+Blue) = 87+119+133=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #577785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577785 is #A8887A. Grayscale: #6E6E6E. Windows color (decimal): -11044987 or 8746839. OLE color: 8746839.

HSL color Cylindrical-coordinate representation of color #577785: hue angle of 198.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #577785 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 119 133 -
CMYK 0.35 0.11 0 0.48
HSL 198.26º 0.21% 0.43% -
HSV(B) 198.26º 0.35% 0.52% -
XYZ 14.76 16.91 24.68 -
YUV 111.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 87 119 133 0.35 0.11 0 0.48 198.26 0.21 0.43
Hex 57 77 85 23 B 0 30 C6 15 2B
Octal 127 167 205 43 13 0 60 306 25 53
Binary 1010111 1110111 10000101 100011 1011 0 110000 11000110 10101 101011

Color Harmonies of #577785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577785

Black with #577785

Text Example


Text Example

White with #577785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577785; }

 p { color: rgb(87,119,133); }

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

background-color css

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

 a { background-color: rgb(87,119,133); }

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

border-color css

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

 span { border-color: rgb(87,119,133); }

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