Html Css Color HEX #58767A Blue Bayoux

📋 copy color: '#58767A'

red 88 ◦ green 118 ◦ blue 122

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

Shades of Blue Bayoux #58767A

Tints of Blue Bayoux #58767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 26.83%
G = 35.98%
B = 37.2%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58767A (or 0x58767A) is known color: Blue Bayoux. HEX triplet: 58, 76 and 7A. RGB value is (88,118,122). Sum of RGB (Red+Green+Blue) = 88+118+122=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #58767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58767A is #A78985. Grayscale: #6D6D6D. Windows color (decimal): -10979718 or 8025688. OLE color: 8025688.

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

Color convert

RGB 88 118 122 -
CMYK 0.28 0.03 0 0.52
HSL 187.06º 0.16% 0.41% -
HSV(B) 187.06º 0.28% 0.48% -
XYZ 14.02 16.44 20.85 -
YUV 109.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 88 118 122 0.28 0.03 0 0.52 187.06 0.16 0.41
Hex 58 76 7A 1C 3 0 34 BB 10 29
Octal 130 166 172 34 3 0 64 273 20 51
Binary 1011000 1110110 1111010 11100 11 0 110100 10111011 10000 101001

Color Harmonies of #58767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58767A

Black with #58767A

Text Example


Text Example

White with #58767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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