Html Css Color HEX #58727C Blue Bayoux

📋 copy color: '#58727C'

red 88 ◦ green 114 ◦ blue 124

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

Shades of Blue Bayoux #58727C

Tints of Blue Bayoux #58727C

RGB

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

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

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

R = 26.99%
G = 34.97%
B = 38.04%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58727C (or 0x58727C) is known color: Blue Bayoux. HEX triplet: 58, 72 and 7C. RGB value is (88,114,124). Sum of RGB (Red+Green+Blue) = 88+114+124=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #58727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58727C is #A78D83. Grayscale: #6B6B6B. Windows color (decimal): -10980740 or 8155736. OLE color: 8155736.

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

Color convert

RGB 88 114 124 -
CMYK 0.29 0.08 0 0.51
HSL 196.67º 0.17% 0.42% -
HSV(B) 196.67º 0.29% 0.49% -
XYZ 13.68 15.56 21.35 -
YUV 107.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 88 114 124 0.29 0.08 0 0.51 196.67 0.17 0.42
Hex 58 72 7C 1D 8 0 33 C5 11 2A
Octal 130 162 174 35 10 0 63 305 21 52
Binary 1011000 1110010 1111100 11101 1000 0 110011 11000101 10001 101010

Color Harmonies of #58727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58727C

Black with #58727C

Text Example


Text Example

White with #58727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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