Html Css Color HEX #58707F Blue Bayoux

📋 copy color: '#58707F'

red 88 ◦ green 112 ◦ blue 127

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

Shades of Blue Bayoux #58707F

Tints of Blue Bayoux #58707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 26.91%
G = 34.25%
B = 38.84%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58707F (or 0x58707F) is known color: Blue Bayoux. HEX triplet: 58, 70 and 7F. RGB value is (88,112,127). Sum of RGB (Red+Green+Blue) = 88+112+127=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #58707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58707F is #A78F80. Grayscale: #6A6A6A. Windows color (decimal): -10981249 or 8351832. OLE color: 8351832.

HSL color Cylindrical-coordinate representation of color #58707F: hue angle of 203.08º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58707F is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 112 127 -
CMYK 0.31 0.12 0 0.50
HSL 203.08º 0.18% 0.42% -
HSV(B) 203.08º 0.31% 0.5% -
XYZ 13.65 15.2 22.29 -
YUV 106.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 88 112 127 0.31 0.12 0 0.50 203.08 0.18 0.42
Hex 58 70 7F 1F C 0 32 CB 12 2A
Octal 130 160 177 37 14 0 62 313 22 52
Binary 1011000 1110000 1111111 11111 1100 0 110010 11001011 10010 101010

Color Harmonies of #58707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58707F

Black with #58707F

Text Example


Text Example

White with #58707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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