#58707F

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

Shades of Blue Bayoux #58707F

Tints of Blue Bayoux #58707F

Color information

#58707F (or 0x58707F) is unknown color: approx Blue Bayoux. HEX triplet: 58, 70 and 7F. RGB value is (88,112,127). Sum of RGB (Red+Green+Blue) = 88+112+127=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #58707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58707F is #A78F80. Grayscale: #6A6A6A. Windows color (decimal): -10981249 or 8351832. OLE color: 8351832.

HSL color Cylindrical-coordinate representation of color #58707F: hue angle of 203.08º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58707F is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88112127-
CMYK0.310.1200.50
HSL203.08º18.14%42.16%-
HSV(B)203.08º30.71%49.8%-
XYZ13.6515.222.29-
YUV106.53139.55114.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 127 (50% from 255) = 38.84%
R=26.91%
G=34.25%
B=38.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881121270.310.1200.50203.0818.1442.16
Hex58707F1FC032cb122a
Octal13016017737140623132252
Binary10110001110000111111111111110001100101100101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58707F; }

 p { color: rgb(88,112,127); }

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

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

 a { background-color: rgb(88,112,127); }

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

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

 span { border-color: rgb(88,112,127); }

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