Html Css Color HEX #58727E Blue Bayoux

📋 copy color: '#58727E'

red 88 ◦ green 114 ◦ blue 126

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

Shades of Blue Bayoux #58727E

Tints of Blue Bayoux #58727E

RGB

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

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

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

R = 26.83%
G = 34.76%
B = 38.41%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58727E (or 0x58727E) is known color: Blue Bayoux. HEX triplet: 58, 72 and 7E. RGB value is (88,114,126). Sum of RGB (Red+Green+Blue) = 88+114+126=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 126 - color contains mainly: blue. Hex color #58727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58727E is #A78D81. Grayscale: #6B6B6B. Windows color (decimal): -10980738 or 8286808. OLE color: 8286808.

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

Color convert

RGB 88 114 126 -
CMYK 0.30 0.10 0 0.51
HSL 198.95º 0.18% 0.42% -
HSV(B) 198.95º 0.3% 0.49% -
XYZ 13.81 15.62 22.03 -
YUV 107.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 88 114 126 0.30 0.10 0 0.51 198.95 0.18 0.42
Hex 58 72 7E 1E A 0 33 C7 12 2A
Octal 130 162 176 36 12 0 63 307 22 52
Binary 1011000 1110010 1111110 11110 1010 0 110011 11000111 10010 101010

Color Harmonies of #58727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58727E

Black with #58727E

Text Example


Text Example

White with #58727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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