#597585

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

Shades of Blue Bayoux #597585

Tints of Blue Bayoux #597585

Color information

#597585 (or 0x597585) is unknown color: approx Blue Bayoux. HEX triplet: 59, 75 and 85. RGB value is (89,117,133). Sum of RGB (Red+Green+Blue) = 89+117+133=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #597585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597585 is #A68A7A. Grayscale: #6E6E6E. Windows color (decimal): -10914427 or 8746329. OLE color: 8746329.

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

Color convert

RGB89117133-
CMYK0.330.1200.48
HSL201.82º19.82%43.53%-
HSV(B)201.82º33.08%52.16%-
XYZ14.7116.5424.61-
YUV110.45140.72112.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=26.25%
G=34.51%
B=39.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891171330.330.1200.48201.8219.8243.53
Hex59758521C030ca142c
Octal13116520541140603122454
Binary1011001111010110000101100001110001100001100101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597585; }

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

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

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

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

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

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

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

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