Html Css Color HEX #58747E Blue Bayoux

📋 copy color: '#58747E'

red 88 ◦ green 116 ◦ blue 126

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

Shades of Blue Bayoux #58747E

Tints of Blue Bayoux #58747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

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

R = 26.67%
G = 35.15%
B = 38.18%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58747E (or 0x58747E) is known color: Blue Bayoux. HEX triplet: 58, 74 and 7E. RGB value is (88,116,126). Sum of RGB (Red+Green+Blue) = 88+116+126=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #58747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58747E is #A78B81. Grayscale: #6C6C6C. Windows color (decimal): -10980226 or 8287320. OLE color: 8287320.

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

Color convert

RGB 88 116 126 -
CMYK 0.30 0.08 0 0.51
HSL 195.79º 0.18% 0.42% -
HSV(B) 195.79º 0.3% 0.49% -
XYZ 14.04 16.07 22.1 -
YUV 108.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 88 116 126 0.30 0.08 0 0.51 195.79 0.18 0.42
Hex 58 74 7E 1E 8 0 33 C4 12 2A
Octal 130 164 176 36 10 0 63 304 22 52
Binary 1011000 1110100 1111110 11110 1000 0 110011 11000100 10010 101010

Color Harmonies of #58747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58747E

Black with #58747E

Text Example


Text Example

White with #58747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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