#557582

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

Shades of Blue Bayoux #557582

Tints of Blue Bayoux #557582

Color information

#557582 (or 0x557582) is unknown color: approx Blue Bayoux. HEX triplet: 55, 75 and 82. RGB value is (85,117,130). Sum of RGB (Red+Green+Blue) = 85+117+130=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #557582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557582 is #AA8A7D. Grayscale: #6C6C6C. Windows color (decimal): -11176574 or 8549717. OLE color: 8549717.

HSL color Cylindrical-coordinate representation of color #557582: hue angle of 197.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557582 is Cyan = 0.35, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB85117130-
CMYK0.350.100.49
HSL197.33º20.93%42.16%-
HSV(B)197.33º34.62%50.98%-
XYZ14.1416.2723.51-
YUV108.91139.9110.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=25.60%
G=35.24%
B=39.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851171300.350.100.49197.3320.9342.16
Hex55758223A031c5152a
Octal12516520243120613052552
Binary1010101111010110000010100011101001100011100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557582; }

 p { color: rgb(85,117,130); }

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

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

 a { background-color: rgb(85,117,130); }

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

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

 span { border-color: rgb(85,117,130); }

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