Html Css Color HEX #58767E Blue Bayoux

📋 copy color: '#58767E'

red 88 ◦ green 118 ◦ blue 126

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

Shades of Blue Bayoux #58767E

Tints of Blue Bayoux #58767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

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

R = 26.51%
G = 35.54%
B = 37.95%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58767E (or 0x58767E) is known color: Blue Bayoux. HEX triplet: 58, 76 and 7E. RGB value is (88,118,126). Sum of RGB (Red+Green+Blue) = 88+118+126=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #58767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58767E is #A78981. Grayscale: #6D6D6D. Windows color (decimal): -10979714 or 8287832. OLE color: 8287832.

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

Color convert

RGB 88 118 126 -
CMYK 0.30 0.06 0 0.51
HSL 192.63º 0.18% 0.42% -
HSV(B) 192.63º 0.3% 0.49% -
XYZ 14.27 16.54 22.18 -
YUV 109.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 88 118 126 0.30 0.06 0 0.51 192.63 0.18 0.42
Hex 58 76 7E 1E 6 0 33 C1 12 2A
Octal 130 166 176 36 6 0 63 301 22 52
Binary 1011000 1110110 1111110 11110 110 0 110011 11000001 10010 101010

Color Harmonies of #58767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58767E

Black with #58767E

Text Example


Text Example

White with #58767E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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