Html Css Color HEX #55767C Blue Bayoux

📋 copy color: '#55767C'

red 85 ◦ green 118 ◦ blue 124

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

Shades of Blue Bayoux #55767C

Tints of Blue Bayoux #55767C

RGB

 RED value IS 85 (33.59% from 255) = 25.99%

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

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

R = 25.99%
G = 36.09%
B = 37.92%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55767C (or 0x55767C) is known color: Blue Bayoux. HEX triplet: 55, 76 and 7C. RGB value is (85,118,124). Sum of RGB (Red+Green+Blue) = 85+118+124=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #55767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55767C is #AA8983. Grayscale: #6C6C6C. Windows color (decimal): -11176324 or 8156757. OLE color: 8156757.

HSL color Cylindrical-coordinate representation of color #55767C: hue angle of 189.23º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55767C is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 118 124 -
CMYK 0.31 0.05 0 0.51
HSL 189.23º 0.19% 0.41% -
HSV(B) 189.23º 0.31% 0.49% -
XYZ 13.86 16.34 21.49 -
YUV 108.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 85 118 124 0.31 0.05 0 0.51 189.23 0.19 0.41
Hex 55 76 7C 1F 5 0 33 BD 13 29
Octal 125 166 174 37 5 0 63 275 23 51
Binary 1010101 1110110 1111100 11111 101 0 110011 10111101 10011 101001

Color Harmonies of #55767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55767C

Black with #55767C

Text Example


Text Example

White with #55767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,118,124); }

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

background-color css

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

 a { background-color: rgb(85,118,124); }

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

border-color css

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

 span { border-color: rgb(85,118,124); }

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