#577782

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

Shades of Blue Bayoux #577782

Tints of Blue Bayoux #577782

Color information

#577782 (or 0x577782) is unknown color: approx Blue Bayoux. HEX triplet: 57, 77 and 82. RGB value is (87,119,130). Sum of RGB (Red+Green+Blue) = 87+119+130=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #577782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577782 is #A8887D. Grayscale: #6E6E6E. Windows color (decimal): -11044990 or 8550231. OLE color: 8550231.

HSL color Cylindrical-coordinate representation of color #577782: hue angle of 195.35º 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 #577782 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB87119130-
CMYK0.330.0800.49
HSL195.35º19.82%42.55%-
HSV(B)195.35º33.08%50.98%-
XYZ14.5616.8323.6-
YUV110.69138.9111.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=25.89%
G=35.42%
B=38.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871191300.330.0800.49195.3519.8242.55
Hex577782218031c3142b
Octal12716720241100613032453
Binary1010111111011110000010100001100001100011100001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577782; }

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

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

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

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

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

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

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

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