#597581

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

Shades of Blue Bayoux #597581

Tints of Blue Bayoux #597581

Color information

#597581 (or 0x597581) is unknown color: approx Blue Bayoux. HEX triplet: 59, 75 and 81. RGB value is (89,117,129). Sum of RGB (Red+Green+Blue) = 89+117+129=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #597581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597581 is #A68A7E. Grayscale: #6D6D6D. Windows color (decimal): -10914431 or 8484185. OLE color: 8484185.

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

Color convert

RGB89117129-
CMYK0.310.0900.49
HSL198º18.35%42.75%-
HSV(B)198º31.01%50.59%-
XYZ14.4416.4323.18-
YUV110138.72113.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=26.57%
G=34.93%
B=38.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891171290.310.0900.4919818.3542.75
Hex5975811F9031c6122b
Octal13116520137110613062253
Binary101100111101011000000111111100101100011100011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597581; }

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

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

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

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

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

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

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

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