#58717D

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

Shades of Blue Bayoux #58717D

Tints of Blue Bayoux #58717D

Color information

#58717D (or 0x58717D) is unknown color: approx Blue Bayoux. HEX triplet: 58, 71 and 7D. RGB value is (88,113,125). Sum of RGB (Red+Green+Blue) = 88+113+125=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #58717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58717D is #A78E82. Grayscale: #6A6A6A. Windows color (decimal): -10980995 or 8221016. OLE color: 8221016.

HSL color Cylindrical-coordinate representation of color #58717D: hue angle of 199.46º 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 #58717D is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88113125-
CMYK0.300.1000.51
HSL199.46º17.37%41.76%-
HSV(B)199.46º29.6%49.02%-
XYZ13.6315.3721.65-
YUV106.89138.22114.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=26.99%
G=34.66%
B=38.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881131250.300.1000.51199.4617.3741.76
Hex58717D1EA033c7112a
Octal13016117536120633072152
Binary10110001110001111110111110101001100111100011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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