Html Css Color HEX #56777D Blue Bayoux

📋 copy color: '#56777D'

red 86 ◦ green 119 ◦ blue 125

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

Shades of Blue Bayoux #56777D

Tints of Blue Bayoux #56777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 26.06%
G = 36.06%
B = 37.88%

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

#56777D (or 0x56777D) is known color: Blue Bayoux. HEX triplet: 56, 77 and 7D. RGB value is (86,119,125). Sum of RGB (Red+Green+Blue) = 86+119+125=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #56777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56777D is #A98882. Grayscale: #6D6D6D. Windows color (decimal): -11110531 or 8222550. OLE color: 8222550.

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

Color convert

RGB 86 119 125 -
CMYK 0.31 0.05 0 0.51
HSL 189.23º 0.18% 0.41% -
HSV(B) 189.23º 0.31% 0.49% -
XYZ 14.14 16.65 21.87 -
YUV 109.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 86 119 125 0.31 0.05 0 0.51 189.23 0.18 0.41
Hex 56 77 7D 1F 5 0 33 BD 12 29
Octal 126 167 175 37 5 0 63 275 22 51
Binary 1010110 1110111 1111101 11111 101 0 110011 10111101 10010 101001

Color Harmonies of #56777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56777D

Black with #56777D

Text Example


Text Example

White with #56777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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