Html Css Color HEX #58707D Blue Bayoux

📋 copy color: '#58707D'

red 88 ◦ green 112 ◦ blue 125

#58707D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #58707D

Tints of Blue Bayoux #58707D

RGB

 RED value IS 88 (34.77% from 255) = 27.08%

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 27.08%
G = 34.46%
B = 38.46%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58707D (or 0x58707D) is known color: Blue Bayoux. HEX triplet: 58, 70 and 7D. RGB value is (88,112,125). Sum of RGB (Red+Green+Blue) = 88+112+125=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #58707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58707D is #A78F82. Grayscale: #6A6A6A. Windows color (decimal): -10981251 or 8220760. OLE color: 8220760.

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

Color convert

RGB 88 112 125 -
CMYK 0.30 0.10 0 0.51
HSL 201.08º 0.17% 0.42% -
HSV(B) 201.08º 0.3% 0.49% -
XYZ 13.52 15.14 21.61 -
YUV 106.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 88 112 125 0.30 0.10 0 0.51 201.08 0.17 0.42
Hex 58 70 7D 1E A 0 33 C9 11 2A
Octal 130 160 175 36 12 0 63 311 21 52
Binary 1011000 1110000 1111101 11110 1010 0 110011 11001001 10001 101010

Color Harmonies of #58707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58707D

Black with #58707D

Text Example


Text Example

White with #58707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58707D;
 }
 .AnyTagClassName
 {
   color: #58707D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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