Html Css Color HEX #58727D Blue Bayoux

📋 copy color: '#58727D'

red 88 ◦ green 114 ◦ blue 125

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

Shades of Blue Bayoux #58727D

Tints of Blue Bayoux #58727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 26.91%
G = 34.86%
B = 38.23%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58727D (or 0x58727D) is known color: Blue Bayoux. HEX triplet: 58, 72 and 7D. RGB value is (88,114,125). Sum of RGB (Red+Green+Blue) = 88+114+125=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #58727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58727D is #A78D82. Grayscale: #6B6B6B. Windows color (decimal): -10980739 or 8221272. OLE color: 8221272.

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

Color convert

RGB 88 114 125 -
CMYK 0.30 0.09 0 0.51
HSL 197.84º 0.17% 0.42% -
HSV(B) 197.84º 0.3% 0.49% -
XYZ 13.74 15.59 21.69 -
YUV 107.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 88 114 125 0.30 0.09 0 0.51 197.84 0.17 0.42
Hex 58 72 7D 1E 9 0 33 C6 11 2A
Octal 130 162 175 36 11 0 63 306 21 52
Binary 1011000 1110010 1111101 11110 1001 0 110011 11000110 10001 101010

Color Harmonies of #58727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58727D

Black with #58727D

Text Example


Text Example

White with #58727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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