Html Css Color HEX #56727B Blue Bayoux

📋 copy color: '#56727B'

red 86 ◦ green 114 ◦ blue 123

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

Shades of Blue Bayoux #56727B

Tints of Blue Bayoux #56727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 26.63%
G = 35.29%
B = 38.08%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56727B (or 0x56727B) is known color: Blue Bayoux. HEX triplet: 56, 72 and 7B. RGB value is (86,114,123). Sum of RGB (Red+Green+Blue) = 86+114+123=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #56727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56727B is #A98D84. Grayscale: #6A6A6A. Windows color (decimal): -11111813 or 8090198. OLE color: 8090198.

HSL color Cylindrical-coordinate representation of color #56727B: hue angle of 194.59º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56727B is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 114 123 -
CMYK 0.30 0.07 0 0.52
HSL 194.59º 0.18% 0.41% -
HSV(B) 194.59º 0.3% 0.48% -
XYZ 13.43 15.44 21.01 -
YUV 106.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 86 114 123 0.30 0.07 0 0.52 194.59 0.18 0.41
Hex 56 72 7B 1E 7 0 34 C3 12 29
Octal 126 162 173 36 7 0 64 303 22 51
Binary 1010110 1110010 1111011 11110 111 0 110100 11000011 10010 101001

Color Harmonies of #56727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56727B

Black with #56727B

Text Example


Text Example

White with #56727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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