#58797D

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

Shades of Blue Bayoux #58797D

Tints of Blue Bayoux #58797D

Color information

#58797D (or 0x58797D) is unknown color: approx Blue Bayoux. HEX triplet: 58, 79 and 7D. RGB value is (88,121,125). Sum of RGB (Red+Green+Blue) = 88+121+125=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #58797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58797D is #A78682. Grayscale: #6F6F6F. Windows color (decimal): -10978947 or 8223064. OLE color: 8223064.

HSL color Cylindrical-coordinate representation of color #58797D: hue angle of 186.49º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58797D is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88121125-
CMYK0.300.0300.51
HSL186.49º17.37%41.76%-
HSV(B)186.49º29.6%49.02%-
XYZ14.5617.2321.96-
YUV111.59135.57111.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=26.35%
G=36.23%
B=37.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881211250.300.0300.51186.4917.3741.76
Hex58797D1E3033ba112a
Octal1301711753630632722152
Binary101100011110011111101111101101100111011101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58797D; }

 p { color: rgb(88,121,125); }

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

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

 a { background-color: rgb(88,121,125); }

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

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

 span { border-color: rgb(88,121,125); }

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