#557A85

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

Shades of Blue Bayoux #557A85

Tints of Blue Bayoux #557A85

Color information

#557A85 (or 0x557A85) is unknown color: approx Blue Bayoux. HEX triplet: 55, 7A and 85. RGB value is (85,122,133). Sum of RGB (Red+Green+Blue) = 85+122+133=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #557A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A85 is #AA857A. Grayscale: #707070. Windows color (decimal): -11175291 or 8747605. OLE color: 8747605.

HSL color Cylindrical-coordinate representation of color #557A85: hue angle of 193.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557A85 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85122133-
CMYK0.360.0800.48
HSL193.75º22.02%42.75%-
HSV(B)193.75º36.09%52.16%-
XYZ14.9417.5424.79-
YUV112.19139.74108.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=25%
G=35.88%
B=39.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851221330.360.0800.48193.7522.0242.75
Hex557A85248030c2162b
Octal12517220544100603022653
Binary1010101111101010000101100100100001100001100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A85; }

 p { color: rgb(85,122,133); }

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

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

 a { background-color: rgb(85,122,133); }

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

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

 span { border-color: rgb(85,122,133); }

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