#557380

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

Shades of Blue Bayoux #557380

Tints of Blue Bayoux #557380

Color information

#557380 (or 0x557380) is unknown color: approx Blue Bayoux. HEX triplet: 55, 73 and 80. RGB value is (85,115,128). Sum of RGB (Red+Green+Blue) = 85+115+128=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #557380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557380 is #AA8C7F. Grayscale: #6B6B6B. Windows color (decimal): -11177088 or 8418133. OLE color: 8418133.

HSL color Cylindrical-coordinate representation of color #557380: hue angle of 198.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557380 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB85115128-
CMYK0.340.1000.50
HSL198.14º20.19%41.76%-
HSV(B)198.14º33.59%50.2%-
XYZ13.7715.7522.74-
YUV107.51139.56111.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=25.91%
G=35.06%
B=39.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851151280.340.1000.50198.1420.1941.76
Hex55738022A032c6142a
Octal12516320042120623062452
Binary1010101111001110000000100010101001100101100011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557380; }

 p { color: rgb(85,115,128); }

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

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

 a { background-color: rgb(85,115,128); }

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

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

 span { border-color: rgb(85,115,128); }

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