Html Css Color HEX #58727A Blue Bayoux

📋 copy color: '#58727A'

red 88 ◦ green 114 ◦ blue 122

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

Shades of Blue Bayoux #58727A

Tints of Blue Bayoux #58727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 27.16%
G = 35.19%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58727A (or 0x58727A) is known color: Blue Bayoux. HEX triplet: 58, 72 and 7A. RGB value is (88,114,122). Sum of RGB (Red+Green+Blue) = 88+114+122=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #58727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58727A is #A78D85. Grayscale: #6B6B6B. Windows color (decimal): -10980742 or 8024664. OLE color: 8024664.

HSL color Cylindrical-coordinate representation of color #58727A: hue angle of 194.12º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58727A is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 114 122 -
CMYK 0.28 0.07 0 0.52
HSL 194.12º 0.16% 0.41% -
HSV(B) 194.12º 0.28% 0.48% -
XYZ 13.55 15.51 20.69 -
YUV 107.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 88 114 122 0.28 0.07 0 0.52 194.12 0.16 0.41
Hex 58 72 7A 1C 7 0 34 C2 10 29
Octal 130 162 172 34 7 0 64 302 20 51
Binary 1011000 1110010 1111010 11100 111 0 110100 11000010 10000 101001

Color Harmonies of #58727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58727A

Black with #58727A

Text Example


Text Example

White with #58727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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