Html Css Color HEX #58757C Blue Bayoux

📋 copy color: '#58757C'

red 88 ◦ green 117 ◦ blue 124

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

Shades of Blue Bayoux #58757C

Tints of Blue Bayoux #58757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.56%

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

R = 26.75%
G = 35.56%
B = 37.69%

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

#58757C (or 0x58757C) is known color: Blue Bayoux. HEX triplet: 58, 75 and 7C. RGB value is (88,117,124). Sum of RGB (Red+Green+Blue) = 88+117+124=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #58757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58757C is #A78A83. Grayscale: #6D6D6D. Windows color (decimal): -10979972 or 8156504. OLE color: 8156504.

HSL color Cylindrical-coordinate representation of color #58757C: hue angle of 191.67º 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 #58757C is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 117 124 -
CMYK 0.29 0.06 0 0.51
HSL 191.67º 0.17% 0.42% -
HSV(B) 191.67º 0.29% 0.49% -
XYZ 14.02 16.25 21.47 -
YUV 109.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 88 117 124 0.29 0.06 0 0.51 191.67 0.17 0.42
Hex 58 75 7C 1D 6 0 33 C0 11 2A
Octal 130 165 174 35 6 0 63 300 21 52
Binary 1011000 1110101 1111100 11101 110 0 110011 11000000 10001 101010

Color Harmonies of #58757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58757C

Black with #58757C

Text Example


Text Example

White with #58757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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