Html Css Color HEX #58797D Blue Bayoux

📋 copy color: '#58797D'

red 88 ◦ green 121 ◦ blue 125

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

Shades of Blue Bayoux #58797D

Tints of Blue Bayoux #58797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

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

R = 26.35%
G = 36.23%
B = 37.43%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58797D (or 0x58797D) is known color: Blue Bayoux. HEX triplet: 58, 79 and 7D. RGB value is (88,121,125). Sum of RGB (Red+Green+Blue) = 88+121+125=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #58797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58797D is #A78682. Grayscale: #6F6F6F. Windows color (decimal): -10978947 or 8223064. OLE color: 8223064.

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

Color convert

RGB 88 121 125 -
CMYK 0.30 0.03 0 0.51
HSL 186.49º 0.17% 0.42% -
HSV(B) 186.49º 0.3% 0.49% -
XYZ 14.56 17.23 21.96 -
YUV 111.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 88 121 125 0.30 0.03 0 0.51 186.49 0.17 0.42
Hex 58 79 7D 1E 3 0 33 BA 11 2A
Octal 130 171 175 36 3 0 63 272 21 52
Binary 1011000 1111001 1111101 11110 11 0 110011 10111010 10001 101010

Color Harmonies of #58797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58797D

Black with #58797D

Text Example


Text Example

White with #58797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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