#58747F

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

Shades of Blue Bayoux #58747F

Tints of Blue Bayoux #58747F

Color information

#58747F (or 0x58747F) is unknown color: approx Blue Bayoux. HEX triplet: 58, 74 and 7F. RGB value is (88,116,127). Sum of RGB (Red+Green+Blue) = 88+116+127=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #58747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58747F is #A78B80. Grayscale: #6C6C6C. Windows color (decimal): -10980225 or 8352856. OLE color: 8352856.

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

Color convert

RGB88116127-
CMYK0.310.0900.50
HSL196.92º18.14%42.16%-
HSV(B)196.92º30.71%49.8%-
XYZ14.116.122.44-
YUV108.88138.22113.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 127 (50% from 255) = 38.37%
R=26.59%
G=35.05%
B=38.37%

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
Decimal881161270.310.0900.50196.9218.1442.16
Hex58747F1F9032c5122a
Octal13016417737110623052252
Binary10110001110100111111111111100101100101100010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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