#597480

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

Shades of Blue Bayoux #597480

Tints of Blue Bayoux #597480

Color information

#597480 (or 0x597480) is unknown color: approx Blue Bayoux. HEX triplet: 59, 74 and 80. RGB value is (89,116,128). Sum of RGB (Red+Green+Blue) = 89+116+128=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 128 - color contains mainly: blue. Hex color #597480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597480 is #A68B7F. Grayscale: #6D6D6D. Windows color (decimal): -10914688 or 8418393. OLE color: 8418393.

HSL color Cylindrical-coordinate representation of color #597480: hue angle of 198.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597480 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89116128-
CMYK0.300.0900.50
HSL198.46º17.97%42.55%-
HSV(B)198.46º30.47%50.2%-
XYZ14.2616.1722.79-
YUV109.3138.55113.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=26.73%
G=34.83%
B=38.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891161280.300.0900.50198.4617.9742.55
Hex5974801E9032c6122b
Octal13116420036110623062253
Binary101100111101001000000011110100101100101100011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597480; }

 p { color: rgb(89,116,128); }

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

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

 a { background-color: rgb(89,116,128); }

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

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

 span { border-color: rgb(89,116,128); }

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