Html Css Color HEX #56727D Blue Bayoux

📋 copy color: '#56727D'

red 86 ◦ green 114 ◦ blue 125

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

Shades of Blue Bayoux #56727D

Tints of Blue Bayoux #56727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 26.46%
G = 35.08%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56727D (or 0x56727D) is known color: Blue Bayoux. HEX triplet: 56, 72 and 7D. RGB value is (86,114,125). Sum of RGB (Red+Green+Blue) = 86+114+125=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #56727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56727D is #A98D82. Grayscale: #6A6A6A. Windows color (decimal): -11111811 or 8221270. OLE color: 8221270.

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

Color convert

RGB 86 114 125 -
CMYK 0.31 0.09 0 0.51
HSL 196.92º 0.18% 0.41% -
HSV(B) 196.92º 0.31% 0.49% -
XYZ 13.56 15.49 21.68 -
YUV 106.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 86 114 125 0.31 0.09 0 0.51 196.92 0.18 0.41
Hex 56 72 7D 1F 9 0 33 C5 12 29
Octal 126 162 175 37 11 0 63 305 22 51
Binary 1010110 1110010 1111101 11111 1001 0 110011 11000101 10010 101001

Color Harmonies of #56727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56727D

Black with #56727D

Text Example


Text Example

White with #56727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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