#58757D

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

Shades of Blue Bayoux #58757D

Tints of Blue Bayoux #58757D

Color information

#58757D (or 0x58757D) is unknown color: approx Blue Bayoux. HEX triplet: 58, 75 and 7D. RGB value is (88,117,125). Sum of RGB (Red+Green+Blue) = 88+117+125=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #58757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58757D is #A78A82. Grayscale: #6D6D6D. Windows color (decimal): -10979971 or 8222040. OLE color: 8222040.

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

Color convert

RGB88117125-
CMYK0.300.0600.51
HSL192.97º17.37%41.76%-
HSV(B)192.97º29.6%49.02%-
XYZ14.0916.2821.8-
YUV109.24136.89112.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=26.67%
G=35.45%
B=37.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881171250.300.0600.51192.9717.3741.76
Hex58757D1E6033c1112a
Octal1301651753660633012152
Binary1011000111010111111011111011001100111100000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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