#597785

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

Shades of Blue Bayoux #597785

Tints of Blue Bayoux #597785

Color information

#597785 (or 0x597785) is unknown color: approx Blue Bayoux. HEX triplet: 59, 77 and 85. RGB value is (89,119,133). Sum of RGB (Red+Green+Blue) = 89+119+133=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #597785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597785 is #A6887A. Grayscale: #6F6F6F. Windows color (decimal): -10913915 or 8746841. OLE color: 8746841.

HSL color Cylindrical-coordinate representation of color #597785: hue angle of 199.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #597785 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89119133-
CMYK0.330.1100.48
HSL199.09º19.82%43.53%-
HSV(B)199.09º33.08%52.16%-
XYZ14.9517.0124.69-
YUV111.63140.06111.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=26.10%
G=34.90%
B=39.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891191330.330.1100.48199.0919.8243.53
Hex59778521B030c7142c
Octal13116720541130603072454
Binary1011001111011110000101100001101101100001100011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597785; }

 p { color: rgb(89,119,133); }

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

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

 a { background-color: rgb(89,119,133); }

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

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

 span { border-color: rgb(89,119,133); }

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