#58707D

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

Shades of Blue Bayoux #58707D

Tints of Blue Bayoux #58707D

Color information

#58707D (or 0x58707D) is unknown color: approx Blue Bayoux. HEX triplet: 58, 70 and 7D. RGB value is (88,112,125). Sum of RGB (Red+Green+Blue) = 88+112+125=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #58707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58707D is #A78F82. Grayscale: #6A6A6A. Windows color (decimal): -10981251 or 8220760. OLE color: 8220760.

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

Color convert

RGB88112125-
CMYK0.300.1000.51
HSL201.08º17.37%41.76%-
HSV(B)201.08º29.6%49.02%-
XYZ13.5215.1421.61-
YUV106.31138.55114.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=27.08%
G=34.46%
B=38.46%

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
Decimal881121250.300.1000.51201.0817.3741.76
Hex58707D1EA033c9112a
Octal13016017536120633112152
Binary10110001110000111110111110101001100111100100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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