Html Css Color HEX #56747D Blue Bayoux

📋 copy color: '#56747D'

red 86 ◦ green 116 ◦ blue 125

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

Shades of Blue Bayoux #56747D

Tints of Blue Bayoux #56747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 26.3%
G = 35.47%
B = 38.23%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56747D (or 0x56747D) is known color: Blue Bayoux. HEX triplet: 56, 74 and 7D. RGB value is (86,116,125). Sum of RGB (Red+Green+Blue) = 86+116+125=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #56747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56747D is #A98B82. Grayscale: #6B6B6B. Windows color (decimal): -11111299 or 8221782. OLE color: 8221782.

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

Color convert

RGB 86 116 125 -
CMYK 0.31 0.07 0 0.51
HSL 193.85º 0.18% 0.41% -
HSV(B) 193.85º 0.31% 0.49% -
XYZ 13.78 15.95 21.75 -
YUV 108.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 86 116 125 0.31 0.07 0 0.51 193.85 0.18 0.41
Hex 56 74 7D 1F 7 0 33 C2 12 29
Octal 126 164 175 37 7 0 63 302 22 51
Binary 1010110 1110100 1111101 11111 111 0 110011 11000010 10010 101001

Color Harmonies of #56747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56747D

Black with #56747D

Text Example


Text Example

White with #56747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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