#58727E

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

Shades of Blue Bayoux #58727E

Tints of Blue Bayoux #58727E

Color information

#58727E (or 0x58727E) is unknown color: approx Blue Bayoux. HEX triplet: 58, 72 and 7E. RGB value is (88,114,126). Sum of RGB (Red+Green+Blue) = 88+114+126=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 126 - color contains mainly: blue. Hex color #58727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58727E is #A78D81. Grayscale: #6B6B6B. Windows color (decimal): -10980738 or 8286808. OLE color: 8286808.

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

Color convert

RGB88114126-
CMYK0.300.1000.51
HSL198.95º17.76%41.96%-
HSV(B)198.95º30.16%49.41%-
XYZ13.8115.6222.03-
YUV107.59138.39114.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=26.83%
G=34.76%
B=38.41%

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
Decimal881141260.300.1000.51198.9517.7641.96
Hex58727E1EA033c7122a
Octal13016217636120633072252
Binary10110001110010111111011110101001100111100011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58727E; }

 p { color: rgb(88,114,126); }

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

<style>
 a { background-color: #58727E; }

 a { background-color: rgb(88,114,126); }

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

<style>
 span { border-color: #58727E; }

 span { border-color: rgb(88,114,126); }

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