#58737F

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

Shades of Blue Bayoux #58737F

Tints of Blue Bayoux #58737F

Color information

#58737F (or 0x58737F) is unknown color: approx Blue Bayoux. HEX triplet: 58, 73 and 7F. RGB value is (88,115,127). Sum of RGB (Red+Green+Blue) = 88+115+127=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #58737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58737F is #A78C80. Grayscale: #6C6C6C. Windows color (decimal): -10980481 or 8352600. OLE color: 8352600.

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

Color convert

RGB88115127-
CMYK0.310.0900.50
HSL198.46º18.14%42.16%-
HSV(B)198.46º30.71%49.8%-
XYZ13.9915.8722.4-
YUV108.29138.55113.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.67%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 127 (50% from 255) = 38.48%
R=26.67%
G=34.85%
B=38.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881151270.310.0900.50198.4618.1442.16
Hex58737F1F9032c6122a
Octal13016317737110623062252
Binary10110001110011111111111111100101100101100011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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