#557382

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

Shades of Blue Bayoux #557382

Tints of Blue Bayoux #557382

Color information

#557382 (or 0x557382) is unknown color: approx Blue Bayoux. HEX triplet: 55, 73 and 82. RGB value is (85,115,130). Sum of RGB (Red+Green+Blue) = 85+115+130=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #557382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557382 is #AA8C7D. Grayscale: #6B6B6B. Windows color (decimal): -11177086 or 8549205. OLE color: 8549205.

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

Color convert

RGB85115130-
CMYK0.350.1200.49
HSL200º20.93%42.16%-
HSV(B)200º34.62%50.98%-
XYZ13.9115.823.44-
YUV107.74140.56111.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=25.76%
G=34.85%
B=39.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851151300.350.1200.4920020.9342.16
Hex55738223C031c8152a
Octal12516320243140613102552
Binary1010101111001110000010100011110001100011100100010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557382; }

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

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

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

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

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

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

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

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