#597885

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

Shades of Blue Bayoux #597885

Tints of Blue Bayoux #597885

Color information

#597885 (or 0x597885) is unknown color: approx Blue Bayoux. HEX triplet: 59, 78 and 85. RGB value is (89,120,133). Sum of RGB (Red+Green+Blue) = 89+120+133=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #597885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597885 is #A6877A. Grayscale: #707070. Windows color (decimal): -10913659 or 8747097. OLE color: 8747097.

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

Color convert

RGB89120133-
CMYK0.330.1000.48
HSL197.73º19.82%43.53%-
HSV(B)197.73º33.08%52.16%-
XYZ15.0717.2524.73-
YUV112.21139.73111.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=26.02%
G=35.09%
B=38.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891201330.330.1000.48197.7319.8243.53
Hex59788521A030c6142c
Octal13117020541120603062454
Binary1011001111100010000101100001101001100001100011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597885; }

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

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

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

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

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

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

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

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