Html Css Color HEX #58777C Blue Bayoux

📋 copy color: '#58777C'

red 88 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #58777C

Tints of Blue Bayoux #58777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.95%

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 26.59%
G = 35.95%
B = 37.46%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58777C (or 0x58777C) is known color: Blue Bayoux. HEX triplet: 58, 77 and 7C. RGB value is (88,119,124). Sum of RGB (Red+Green+Blue) = 88+119+124=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #58777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58777C is #A78883. Grayscale: #6E6E6E. Windows color (decimal): -10979460 or 8157016. OLE color: 8157016.

HSL color Cylindrical-coordinate representation of color #58777C: hue angle of 188.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58777C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 119 124 -
CMYK 0.29 0.04 0 0.51
HSL 188.33º 0.17% 0.42% -
HSV(B) 188.33º 0.29% 0.49% -
XYZ 14.26 16.72 21.55 -
YUV 110.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 88 119 124 0.29 0.04 0 0.51 188.33 0.17 0.42
Hex 58 77 7C 1D 4 0 33 BC 11 2A
Octal 130 167 174 35 4 0 63 274 21 52
Binary 1011000 1110111 1111100 11101 100 0 110011 10111100 10001 101010

Color Harmonies of #58777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58777C

Black with #58777C

Text Example


Text Example

White with #58777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58777C; }

 p { color: rgb(88,119,124); }

 H1.HeaderClassName
 {
   color: #58777C;
 }
 .AnyTagClassName
 {
   color: #58777C;
 }
</style>

background-color css

<style>
 a { background-color: #58777C; }

 a { background-color: rgb(88,119,124); }

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

border-color css

<style>
 span { border-color: #58777C; }

 span { border-color: rgb(88,119,124); }

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