Html Css Color HEX #58787D Blue Bayoux

📋 copy color: '#58787D'

red 88 ◦ green 120 ◦ blue 125

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

Shades of Blue Bayoux #58787D

Tints of Blue Bayoux #58787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 26.43%
G = 36.04%
B = 37.54%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58787D (or 0x58787D) is known color: Blue Bayoux. HEX triplet: 58, 78 and 7D. RGB value is (88,120,125). Sum of RGB (Red+Green+Blue) = 88+120+125=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #58787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58787D is #A78782. Grayscale: #6E6E6E. Windows color (decimal): -10979203 or 8222808. OLE color: 8222808.

HSL color Cylindrical-coordinate representation of color #58787D: hue angle of 188.11º degrees, saturation: 0.17, 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 #58787D is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 120 125 -
CMYK 0.30 0.04 0 0.51
HSL 188.11º 0.17% 0.42% -
HSV(B) 188.11º 0.3% 0.49% -
XYZ 14.44 16.99 21.92 -
YUV 111 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 88 120 125 0.30 0.04 0 0.51 188.11 0.17 0.42
Hex 58 78 7D 1E 4 0 33 BC 11 2A
Octal 130 170 175 36 4 0 63 274 21 52
Binary 1011000 1111000 1111101 11110 100 0 110011 10111100 10001 101010

Color Harmonies of #58787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58787D

Black with #58787D

Text Example


Text Example

White with #58787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58787D; }

 p { color: rgb(88,120,125); }

 H1.HeaderClassName
 {
   color: #58787D;
 }
 .AnyTagClassName
 {
   color: #58787D;
 }
</style>

background-color css

<style>
 a { background-color: #58787D; }

 a { background-color: rgb(88,120,125); }

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

border-color css

<style>
 span { border-color: #58787D; }

 span { border-color: rgb(88,120,125); }

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