Html Css Color HEX #58717E Blue Bayoux

📋 copy color: '#58717E'

red 88 ◦ green 113 ◦ blue 126

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

Shades of Blue Bayoux #58717E

Tints of Blue Bayoux #58717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 26.91%
G = 34.56%
B = 38.53%

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

#58717E (or 0x58717E) is known color: Blue Bayoux. HEX triplet: 58, 71 and 7E. RGB value is (88,113,126). Sum of RGB (Red+Green+Blue) = 88+113+126=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #58717E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58717E is #A78E81. Grayscale: #6A6A6A. Windows color (decimal): -10980994 or 8286552. OLE color: 8286552.

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

Color convert

RGB 88 113 126 -
CMYK 0.30 0.10 0 0.51
HSL 200.53º 0.18% 0.42% -
HSV(B) 200.53º 0.3% 0.49% -
XYZ 13.7 15.39 21.99 -
YUV 107.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 88 113 126 0.30 0.10 0 0.51 200.53 0.18 0.42
Hex 58 71 7E 1E A 0 33 C9 12 2A
Octal 130 161 176 36 12 0 63 311 22 52
Binary 1011000 1110001 1111110 11110 1010 0 110011 11001001 10010 101010

Color Harmonies of #58717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58717E

Black with #58717E

Text Example


Text Example

White with #58717E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58717E;
 }
 .AnyTagClassName
 {
   color: #58717E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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