#58737A

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

Shades of Blue Bayoux #58737A

Tints of Blue Bayoux #58737A

Color information

#58737A (or 0x58737A) is unknown color: approx Blue Bayoux. HEX triplet: 58, 73 and 7A. RGB value is (88,115,122). Sum of RGB (Red+Green+Blue) = 88+115+122=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #58737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58737A is #A78C85. Grayscale: #6B6B6B. Windows color (decimal): -10980486 or 8024920. OLE color: 8024920.

HSL color Cylindrical-coordinate representation of color #58737A: hue angle of 192.35º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58737A is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB88115122-
CMYK0.280.0600.52
HSL192.35º16.19%41.18%-
HSV(B)192.35º27.87%47.84%-
XYZ13.6715.7420.73-
YUV107.72136.05113.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=27.08%
G=35.38%
B=37.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881151220.280.0600.52192.3516.1941.18
Hex58737A1C6034c01029
Octal1301631723460643002051
Binary1011000111001111110101110011001101001100000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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