#58717B

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

Shades of Blue Bayoux #58717B

Tints of Blue Bayoux #58717B

Color information

#58717B (or 0x58717B) is unknown color: approx Blue Bayoux. HEX triplet: 58, 71 and 7B. RGB value is (88,113,123). Sum of RGB (Red+Green+Blue) = 88+113+123=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #58717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58717B is #A78E84. Grayscale: #6A6A6A. Windows color (decimal): -10980997 or 8089944. OLE color: 8089944.

HSL color Cylindrical-coordinate representation of color #58717B: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58717B is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB88113123-
CMYK0.280.0800.52
HSL197.14º16.59%41.37%-
HSV(B)197.14º28.46%48.24%-
XYZ13.515.3220.98-
YUV106.66137.22114.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=27.16%
G=34.88%
B=37.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881131230.280.0800.52197.1416.5941.37
Hex58717B1C8034c51129
Octal13016117334100643052151
Binary10110001110001111101111100100001101001100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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