#557983

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

Shades of Blue Bayoux #557983

Tints of Blue Bayoux #557983

Color information

#557983 (or 0x557983) is unknown color: approx Blue Bayoux. HEX triplet: 55, 79 and 83. RGB value is (85,121,131). Sum of RGB (Red+Green+Blue) = 85+121+131=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #557983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557983 is #AA867C. Grayscale: #6F6F6F. Windows color (decimal): -11175549 or 8616277. OLE color: 8616277.

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

Color convert

RGB85121131-
CMYK0.350.0800.49
HSL193.04º21.3%42.35%-
HSV(B)193.04º35.11%51.37%-
XYZ14.6817.2424.03-
YUV111.38139.07109.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=25.22%
G=35.91%
B=38.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851211310.350.0800.49193.0421.342.35
Hex557983238031c1152a
Octal12517120343100613012552
Binary1010101111100110000011100011100001100011100000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557983; }

 p { color: rgb(85,121,131); }

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

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

 a { background-color: rgb(85,121,131); }

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

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

 span { border-color: rgb(85,121,131); }

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