Html Css Color HEX #58767B Blue Bayoux

📋 copy color: '#58767B'

red 88 ◦ green 118 ◦ blue 123

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

Shades of Blue Bayoux #58767B

Tints of Blue Bayoux #58767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 26.75%
G = 35.87%
B = 37.39%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58767B (or 0x58767B) is known color: Blue Bayoux. HEX triplet: 58, 76 and 7B. RGB value is (88,118,123). Sum of RGB (Red+Green+Blue) = 88+118+123=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #58767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58767B is #A78984. Grayscale: #6D6D6D. Windows color (decimal): -10979717 or 8091224. OLE color: 8091224.

HSL color Cylindrical-coordinate representation of color #58767B: hue angle of 188.57º degrees, saturation: 0.17, 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 #58767B is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 118 123 -
CMYK 0.28 0.04 0 0.52
HSL 188.57º 0.17% 0.41% -
HSV(B) 188.57º 0.28% 0.48% -
XYZ 14.08 16.46 21.17 -
YUV 109.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 88 118 123 0.28 0.04 0 0.52 188.57 0.17 0.41
Hex 58 76 7B 1C 4 0 34 BD 11 29
Octal 130 166 173 34 4 0 64 275 21 51
Binary 1011000 1110110 1111011 11100 100 0 110100 10111101 10001 101001

Color Harmonies of #58767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58767B

Black with #58767B

Text Example


Text Example

White with #58767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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