Html Css Color HEX #55777C Blue Bayoux

📋 copy color: '#55777C'

red 85 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #55777C

Tints of Blue Bayoux #55777C

RGB

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

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

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

R = 25.91%
G = 36.28%
B = 37.8%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55777C (or 0x55777C) is known color: Blue Bayoux. HEX triplet: 55, 77 and 7C. RGB value is (85,119,124). Sum of RGB (Red+Green+Blue) = 85+119+124=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #55777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55777C is #AA8883. Grayscale: #6D6D6D. Windows color (decimal): -11176068 or 8157013. OLE color: 8157013.

HSL color Cylindrical-coordinate representation of color #55777C: hue angle of 187.69º 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 #55777C is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 119 124 -
CMYK 0.31 0.04 0 0.51
HSL 187.69º 0.19% 0.41% -
HSV(B) 187.69º 0.31% 0.49% -
XYZ 13.98 16.58 21.53 -
YUV 109.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 85 119 124 0.31 0.04 0 0.51 187.69 0.19 0.41
Hex 55 77 7C 1F 4 0 33 BC 13 29
Octal 125 167 174 37 4 0 63 274 23 51
Binary 1010101 1110111 1111100 11111 100 0 110011 10111100 10011 101001

Color Harmonies of #55777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55777C

Black with #55777C

Text Example


Text Example

White with #55777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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