#597482

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

Shades of Blue Bayoux #597482

Tints of Blue Bayoux #597482

Color information

#597482 (or 0x597482) is unknown color: approx Blue Bayoux. HEX triplet: 59, 74 and 82. RGB value is (89,116,130). Sum of RGB (Red+Green+Blue) = 89+116+130=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #597482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597482 is #A68B7D. Grayscale: #6D6D6D. Windows color (decimal): -10914686 or 8549465. OLE color: 8549465.

HSL color Cylindrical-coordinate representation of color #597482: hue angle of 200.49º 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 #597482 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB89116130-
CMYK0.320.1100.49
HSL200.49º18.72%42.94%-
HSV(B)200.49º31.54%50.98%-
XYZ14.3916.2323.49-
YUV109.52139.55113.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=26.57%
G=34.63%
B=38.81%

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
Decimal891161300.320.1100.49200.4918.7242.94
Hex59748220B031c8132b
Octal13116420240130613102353
Binary1011001111010010000010100000101101100011100100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597482; }

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

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

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

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

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

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

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

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