#53767E

Color #53767E Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #53767E

Tints of Blue Bayoux #53767E

Color information

#53767E (or 0x53767E) is unknown color: approx Blue Bayoux. HEX triplet: 53, 76 and 7E. RGB value is (83,118,126). Sum of RGB (Red+Green+Blue) = 83+118+126=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #53767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53767E is #AC8981. Grayscale: #6C6C6C. Windows color (decimal): -11307394 or 8287827. OLE color: 8287827.

HSL color Cylindrical-coordinate representation of color #53767E: hue angle of 191.16º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53767E is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83118126-
CMYK0.340.0600.51
HSL191.16º20.57%40.98%-
HSV(B)191.16º34.13%49.41%-
XYZ13.8116.322.16-
YUV108.45137.9109.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=25.38%
G=36.09%
B=38.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831181260.340.0600.51191.1620.5740.98
Hex53767E226033bf1529
Octal1231661764260632772551
Binary10100111110110111111010001011001100111011111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53767E; }

 p { color: rgb(83,118,126); }

 H1.HeaderClassName
 {
   color: #53767E;
 }
 .AnyTagClassName
 {
   color: #53767E;
 }
</style>
background-color css

<style>
 a { background-color: #53767E; }

 a { background-color: rgb(83,118,126); }

 div.DivClassName
 {
   background-color: #53767E;
 }
 .BgClassName
 {
   background-color: #53767E;
 }
</style>
border-color css

<style>
 span { border-color: #53767E; }

 span { border-color: rgb(83,118,126); }

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