Html Css Color HEX #58747C Blue Bayoux

📋 copy color: '#58747C'

red 88 ◦ green 116 ◦ blue 124

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

Shades of Blue Bayoux #58747C

Tints of Blue Bayoux #58747C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 26.83%
G = 35.37%
B = 37.8%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58747C (or 0x58747C) is known color: Blue Bayoux. HEX triplet: 58, 74 and 7C. RGB value is (88,116,124). Sum of RGB (Red+Green+Blue) = 88+116+124=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #58747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58747C is #A78B83. Grayscale: #6C6C6C. Windows color (decimal): -10980228 or 8156248. OLE color: 8156248.

HSL color Cylindrical-coordinate representation of color #58747C: hue angle of 193.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58747C is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 116 124 -
CMYK 0.29 0.06 0 0.51
HSL 193.33º 0.17% 0.42% -
HSV(B) 193.33º 0.29% 0.49% -
XYZ 13.91 16.02 21.43 -
YUV 108.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 88 116 124 0.29 0.06 0 0.51 193.33 0.17 0.42
Hex 58 74 7C 1D 6 0 33 C1 11 2A
Octal 130 164 174 35 6 0 63 301 21 52
Binary 1011000 1110100 1111100 11101 110 0 110011 11000001 10001 101010

Color Harmonies of #58747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58747C

Black with #58747C

Text Example


Text Example

White with #58747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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