#58757F

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

Shades of Blue Bayoux #58757F

Tints of Blue Bayoux #58757F

Color information

#58757F (or 0x58757F) is unknown color: approx Blue Bayoux. HEX triplet: 58, 75 and 7F. RGB value is (88,117,127). Sum of RGB (Red+Green+Blue) = 88+117+127=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #58757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58757F is #A78A80. Grayscale: #6D6D6D. Windows color (decimal): -10979969 or 8353112. OLE color: 8353112.

HSL color Cylindrical-coordinate representation of color #58757F: hue angle of 195.38º 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 #58757F is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88117127-
CMYK0.310.0800.50
HSL195.38º18.14%42.16%-
HSV(B)195.38º30.71%49.8%-
XYZ14.2216.3322.48-
YUV109.47137.89112.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 127 (50% from 255) = 38.25%
R=26.51%
G=35.24%
B=38.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881171270.310.0800.50195.3818.1442.16
Hex58757F1F8032c3122a
Octal13016517737100623032252
Binary10110001110101111111111111100001100101100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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