Html Css Color HEX #56757D Blue Bayoux

📋 copy color: '#56757D'

red 86 ◦ green 117 ◦ blue 125

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

Shades of Blue Bayoux #56757D

Tints of Blue Bayoux #56757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 26.22%
G = 35.67%
B = 38.11%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56757D (or 0x56757D) is known color: Blue Bayoux. HEX triplet: 56, 75 and 7D. RGB value is (86,117,125). Sum of RGB (Red+Green+Blue) = 86+117+125=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #56757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56757D is #A98A82. Grayscale: #6C6C6C. Windows color (decimal): -11111043 or 8222038. OLE color: 8222038.

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

Color convert

RGB 86 117 125 -
CMYK 0.31 0.06 0 0.51
HSL 192.31º 0.18% 0.41% -
HSV(B) 192.31º 0.31% 0.49% -
XYZ 13.9 16.18 21.79 -
YUV 108.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 86 117 125 0.31 0.06 0 0.51 192.31 0.18 0.41
Hex 56 75 7D 1F 6 0 33 C0 12 29
Octal 126 165 175 37 6 0 63 300 22 51
Binary 1010110 1110101 1111101 11111 110 0 110011 11000000 10010 101001

Color Harmonies of #56757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56757D

Black with #56757D

Text Example


Text Example

White with #56757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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