Html Css Color HEX #58717B Blue Bayoux

📋 copy color: '#58717B'

red 88 ◦ green 113 ◦ blue 123

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

Shades of Blue Bayoux #58717B

Tints of Blue Bayoux #58717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 27.16%
G = 34.88%
B = 37.96%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58717B (or 0x58717B) is known color: Blue Bayoux. HEX triplet: 58, 71 and 7B. RGB value is (88,113,123). Sum of RGB (Red+Green+Blue) = 88+113+123=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #58717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58717B is #A78E84. Grayscale: #6A6A6A. Windows color (decimal): -10980997 or 8089944. OLE color: 8089944.

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

Color convert

RGB 88 113 123 -
CMYK 0.28 0.08 0 0.52
HSL 197.14º 0.17% 0.41% -
HSV(B) 197.14º 0.28% 0.48% -
XYZ 13.5 15.32 20.98 -
YUV 106.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 88 113 123 0.28 0.08 0 0.52 197.14 0.17 0.41
Hex 58 71 7B 1C 8 0 34 C5 11 29
Octal 130 161 173 34 10 0 64 305 21 51
Binary 1011000 1110001 1111011 11100 1000 0 110100 11000101 10001 101001

Color Harmonies of #58717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58717B

Black with #58717B

Text Example


Text Example

White with #58717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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