#577278

Color #577278 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #577278

Tints of Blue Bayoux #577278

Color information

#577278 (or 0x577278) is unknown color: approx Blue Bayoux. HEX triplet: 57, 72 and 78. RGB value is (87,114,120). Sum of RGB (Red+Green+Blue) = 87+114+120=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #577278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577278 is #A88D87. Grayscale: #6A6A6A. Windows color (decimal): -11046280 or 7893591. OLE color: 7893591.

HSL color Cylindrical-coordinate representation of color #577278: hue angle of 190.91º 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 #577278 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87114120-
CMYK0.280.0500.53
HSL190.91º15.94%40.59%-
HSV(B)190.91º27.5%47.06%-
XYZ13.3415.4220.04-
YUV106.61135.55114.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=27.10%
G=35.51%
B=37.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871141200.280.0500.53190.9115.9440.59
Hex5772781C5035bf1029
Octal1271621703450652772051
Binary1010111111001011110001110010101101011011111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577278; }

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

 H1.HeaderClassName
 {
   color: #577278;
 }
 .AnyTagClassName
 {
   color: #577278;
 }
</style>
background-color css

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

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

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

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

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

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