Html Css Color HEX #56767B Blue Bayoux

📋 copy color: '#56767B'

red 86 ◦ green 118 ◦ blue 123

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

Shades of Blue Bayoux #56767B

Tints of Blue Bayoux #56767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

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

R = 26.3%
G = 36.09%
B = 37.61%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56767B (or 0x56767B) is known color: Blue Bayoux. HEX triplet: 56, 76 and 7B. RGB value is (86,118,123). Sum of RGB (Red+Green+Blue) = 86+118+123=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #56767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56767B is #A98984. Grayscale: #6C6C6C. Windows color (decimal): -11110789 or 8091222. OLE color: 8091222.

HSL color Cylindrical-coordinate representation of color #56767B: hue angle of 188.11º 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 #56767B is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 118 123 -
CMYK 0.30 0.04 0 0.52
HSL 188.11º 0.18% 0.41% -
HSV(B) 188.11º 0.3% 0.48% -
XYZ 13.89 16.37 21.17 -
YUV 109 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 86 118 123 0.30 0.04 0 0.52 188.11 0.18 0.41
Hex 56 76 7B 1E 4 0 34 BC 12 29
Octal 126 166 173 36 4 0 64 274 22 51
Binary 1010110 1110110 1111011 11110 100 0 110100 10111100 10010 101001

Color Harmonies of #56767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56767B

Black with #56767B

Text Example


Text Example

White with #56767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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