#58707A

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

Shades of Blue Bayoux #58707A

Tints of Blue Bayoux #58707A

Color information

#58707A (or 0x58707A) is unknown color: approx Blue Bayoux. HEX triplet: 58, 70 and 7A. RGB value is (88,112,122). Sum of RGB (Red+Green+Blue) = 88+112+122=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #58707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58707A is #A78F85. Grayscale: #696969. Windows color (decimal): -10981254 or 8024152. OLE color: 8024152.

HSL color Cylindrical-coordinate representation of color #58707A: hue angle of 197.65º 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 #58707A is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB88112122-
CMYK0.280.0800.52
HSL197.65º16.19%41.18%-
HSV(B)197.65º27.87%47.84%-
XYZ13.3315.0720.62-
YUV105.96137.05115.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=27.33%
G=34.78%
B=37.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881121220.280.0800.52197.6516.1941.18
Hex58707A1C8034c61029
Octal13016017234100643062051
Binary10110001110000111101011100100001101001100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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