Html Css Color HEX #58797E Blue Bayoux

📋 copy color: '#58797E'

red 88 ◦ green 121 ◦ blue 126

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

Shades of Blue Bayoux #58797E

Tints of Blue Bayoux #58797E

RGB

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

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

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

R = 26.27%
G = 36.12%
B = 37.61%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58797E (or 0x58797E) is known color: Blue Bayoux. HEX triplet: 58, 79 and 7E. RGB value is (88,121,126). Sum of RGB (Red+Green+Blue) = 88+121+126=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #58797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58797E is #A78681. Grayscale: #6F6F6F. Windows color (decimal): -10978946 or 8288600. OLE color: 8288600.

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

Color convert

RGB 88 121 126 -
CMYK 0.30 0.04 0 0.51
HSL 187.89º 0.18% 0.42% -
HSV(B) 187.89º 0.3% 0.49% -
XYZ 14.63 17.26 22.3 -
YUV 111.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 88 121 126 0.30 0.04 0 0.51 187.89 0.18 0.42
Hex 58 79 7E 1E 4 0 33 BC 12 2A
Octal 130 171 176 36 4 0 63 274 22 52
Binary 1011000 1111001 1111110 11110 100 0 110011 10111100 10010 101010

Color Harmonies of #58797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58797E

Black with #58797E

Text Example


Text Example

White with #58797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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