Html Css Color HEX #56777C Blue Bayoux

📋 copy color: '#56777C'

red 86 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #56777C

Tints of Blue Bayoux #56777C

RGB

 RED value IS 86 (33.98% from 255) = 26.14%

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

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

R = 26.14%
G = 36.17%
B = 37.69%

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

#56777C (or 0x56777C) is known color: Blue Bayoux. HEX triplet: 56, 77 and 7C. RGB value is (86,119,124). Sum of RGB (Red+Green+Blue) = 86+119+124=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #56777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56777C is #A98883. Grayscale: #6D6D6D. Windows color (decimal): -11110532 or 8157014. OLE color: 8157014.

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

Color convert

RGB 86 119 124 -
CMYK 0.31 0.04 0 0.51
HSL 187.89º 0.18% 0.41% -
HSV(B) 187.89º 0.31% 0.49% -
XYZ 14.07 16.63 21.54 -
YUV 109.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 86 119 124 0.31 0.04 0 0.51 187.89 0.18 0.41
Hex 56 77 7C 1F 4 0 33 BC 12 29
Octal 126 167 174 37 4 0 63 274 22 51
Binary 1010110 1110111 1111100 11111 100 0 110011 10111100 10010 101001

Color Harmonies of #56777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56777C

Black with #56777C

Text Example


Text Example

White with #56777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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