Html Css Color HEX #56727F Blue Bayoux

📋 copy color: '#56727F'

red 86 ◦ green 114 ◦ blue 127

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

Shades of Blue Bayoux #56727F

Tints of Blue Bayoux #56727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 26.3%
G = 34.86%
B = 38.84%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56727F (or 0x56727F) is known color: Blue Bayoux. HEX triplet: 56, 72 and 7F. RGB value is (86,114,127). Sum of RGB (Red+Green+Blue) = 86+114+127=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #56727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56727F is #A98D80. Grayscale: #6B6B6B. Windows color (decimal): -11111809 or 8352342. OLE color: 8352342.

HSL color Cylindrical-coordinate representation of color #56727F: hue angle of 199.02º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56727F is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 114 127 -
CMYK 0.32 0.10 0 0.50
HSL 199.02º 0.19% 0.42% -
HSV(B) 199.02º 0.32% 0.5% -
XYZ 13.69 15.55 22.36 -
YUV 107.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 86 114 127 0.32 0.10 0 0.50 199.02 0.19 0.42
Hex 56 72 7F 20 A 0 32 C7 13 2A
Octal 126 162 177 40 12 0 62 307 23 52
Binary 1010110 1110010 1111111 100000 1010 0 110010 11000111 10011 101010

Color Harmonies of #56727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56727F

Black with #56727F

Text Example


Text Example

White with #56727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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