#597483

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

Shades of Blue Bayoux #597483

Tints of Blue Bayoux #597483

Color information

#597483 (or 0x597483) is unknown color: approx Blue Bayoux. HEX triplet: 59, 74 and 83. RGB value is (89,116,131). Sum of RGB (Red+Green+Blue) = 89+116+131=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #597483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597483 is #A68B7C. Grayscale: #6D6D6D. Windows color (decimal): -10914685 or 8615001. OLE color: 8615001.

HSL color Cylindrical-coordinate representation of color #597483: hue angle of 201.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #597483 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB89116131-
CMYK0.320.1100.49
HSL201.43º19.09%43.14%-
HSV(B)201.43º32.06%51.37%-
XYZ14.4616.2523.85-
YUV109.64140.05113.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.49%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=26.49%
G=34.52%
B=38.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891161310.320.1100.49201.4319.0943.14
Hex59748320B031c9132b
Octal13116420340130613112353
Binary1011001111010010000011100000101101100011100100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597483; }

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

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

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

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

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

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

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

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