#557783

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

Shades of Blue Bayoux #557783

Tints of Blue Bayoux #557783

Color information

#557783 (or 0x557783) is unknown color: approx Blue Bayoux. HEX triplet: 55, 77 and 83. RGB value is (85,119,131). Sum of RGB (Red+Green+Blue) = 85+119+131=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #557783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557783 is #AA887C. Grayscale: #6E6E6E. Windows color (decimal): -11176061 or 8615765. OLE color: 8615765.

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

Color convert

RGB85119131-
CMYK0.350.0900.49
HSL195.65º21.3%42.35%-
HSV(B)195.65º35.11%51.37%-
XYZ14.4416.7623.95-
YUV110.2139.74110.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=25.37%
G=35.52%
B=39.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851191310.350.0900.49195.6521.342.35
Hex557783239031c4152a
Octal12516720343110613042552
Binary1010101111011110000011100011100101100011100010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557783; }

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

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

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

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

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

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

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

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