#557885

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

Shades of Blue Bayoux #557885

Tints of Blue Bayoux #557885

Color information

#557885 (or 0x557885) is unknown color: approx Blue Bayoux. HEX triplet: 55, 78 and 85. RGB value is (85,120,133). Sum of RGB (Red+Green+Blue) = 85+120+133=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #557885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557885 is #AA877A. Grayscale: #6E6E6E. Windows color (decimal): -11175803 or 8747093. OLE color: 8747093.

HSL color Cylindrical-coordinate representation of color #557885: hue angle of 196.25º 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 #557885 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85120133-
CMYK0.360.1000.48
HSL196.25º22.02%42.75%-
HSV(B)196.25º36.09%52.16%-
XYZ14.717.0624.71-
YUV111.02140.4109.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=25.15%
G=35.50%
B=39.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851201330.360.1000.48196.2522.0242.75
Hex55788524A030c4162b
Octal12517020544120603042653
Binary1010101111100010000101100100101001100001100010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557885; }

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

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

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

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

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

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

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

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