Html Css Color HEX #577078 Blue Bayoux

📋 copy color: '#577078'

red 87 ◦ green 112 ◦ blue 120

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

Shades of Blue Bayoux #577078

Tints of Blue Bayoux #577078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 27.27%
G = 35.11%
B = 37.62%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#577078 (or 0x577078) is known color: Blue Bayoux. HEX triplet: 57, 70 and 78. RGB value is (87,112,120). Sum of RGB (Red+Green+Blue) = 87+112+120=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #577078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577078 is #A88F87. Grayscale: #696969. Windows color (decimal): -11046792 or 7893079. OLE color: 7893079.

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

Color convert

RGB 87 112 120 -
CMYK 0.28 0.07 0 0.53
HSL 194.55º 0.16% 0.41% -
HSV(B) 194.55º 0.28% 0.47% -
XYZ 13.11 14.97 19.97 -
YUV 105.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 87 112 120 0.28 0.07 0 0.53 194.55 0.16 0.41
Hex 57 70 78 1C 7 0 35 C3 10 29
Octal 127 160 170 34 7 0 65 303 20 51
Binary 1010111 1110000 1111000 11100 111 0 110101 11000011 10000 101001

Color Harmonies of #577078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577078

Black with #577078

Text Example


Text Example

White with #577078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577078; }

 p { color: rgb(87,112,120); }

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

background-color css

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

 a { background-color: rgb(87,112,120); }

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

border-color css

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

 span { border-color: rgb(87,112,120); }

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