#557585

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

Shades of Blue Bayoux #557585

Tints of Blue Bayoux #557585

Color information

#557585 (or 0x557585) is unknown color: approx Blue Bayoux. HEX triplet: 55, 75 and 85. RGB value is (85,117,133). Sum of RGB (Red+Green+Blue) = 85+117+133=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #557585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557585 is #AA8A7A. Grayscale: #6D6D6D. Windows color (decimal): -11176571 or 8746325. OLE color: 8746325.

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

Color convert

RGB85117133-
CMYK0.360.1200.48
HSL200º22.02%42.75%-
HSV(B)200º36.09%52.16%-
XYZ14.3416.3524.59-
YUV109.26141.4110.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=25.37%
G=34.93%
B=39.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851171330.360.1200.4820022.0242.75
Hex55758524C030c8162b
Octal12516520544140603102653
Binary1010101111010110000101100100110001100001100100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557585; }

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

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

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

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

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

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

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

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