#597985

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

Shades of Blue Bayoux #597985

Tints of Blue Bayoux #597985

Color information

#597985 (or 0x597985) is unknown color: approx Blue Bayoux. HEX triplet: 59, 79 and 85. RGB value is (89,121,133). Sum of RGB (Red+Green+Blue) = 89+121+133=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #597985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597985 is #A6867A. Grayscale: #707070. Windows color (decimal): -10913403 or 8747353. OLE color: 8747353.

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

Color convert

RGB89121133-
CMYK0.330.0900.48
HSL196.36º19.82%43.53%-
HSV(B)196.36º33.08%52.16%-
XYZ15.1917.4924.77-
YUV112.8139.4111.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=25.95%
G=35.28%
B=38.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891211330.330.0900.48196.3619.8243.53
Hex597985219030c4142c
Octal13117120541110603042454
Binary1011001111100110000101100001100101100001100010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597985; }

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

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

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

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

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

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

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

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