Html Css Color HEX #58707C Blue Bayoux

📋 copy color: '#58707C'

red 88 ◦ green 112 ◦ blue 124

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

Shades of Blue Bayoux #58707C

Tints of Blue Bayoux #58707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.57%

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

R = 27.16%
G = 34.57%
B = 38.27%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58707C (or 0x58707C) is known color: Blue Bayoux. HEX triplet: 58, 70 and 7C. RGB value is (88,112,124). Sum of RGB (Red+Green+Blue) = 88+112+124=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #58707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58707C is #A78F83. Grayscale: #6A6A6A. Windows color (decimal): -10981252 or 8155224. OLE color: 8155224.

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

Color convert

RGB 88 112 124 -
CMYK 0.29 0.10 0 0.51
HSL 200º 0.17% 0.42% -
HSV(B) 200º 0.29% 0.49% -
XYZ 13.46 15.12 21.28 -
YUV 106.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 88 112 124 0.29 0.10 0 0.51 200 0.17 0.42
Hex 58 70 7C 1D A 0 33 C8 11 2A
Octal 130 160 174 35 12 0 63 310 21 52
Binary 1011000 1110000 1111100 11101 1010 0 110011 11001000 10001 101010

Color Harmonies of #58707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58707C

Black with #58707C

Text Example


Text Example

White with #58707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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