#53767D

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

Shades of Blue Bayoux #53767D

Tints of Blue Bayoux #53767D

Color information

#53767D (or 0x53767D) is unknown color: approx Blue Bayoux. HEX triplet: 53, 76 and 7D. RGB value is (83,118,125). Sum of RGB (Red+Green+Blue) = 83+118+125=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #53767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53767D is #AC8982. Grayscale: #6C6C6C. Windows color (decimal): -11307395 or 8222291. OLE color: 8222291.

HSL color Cylindrical-coordinate representation of color #53767D: hue angle of 190º degrees, saturation: 0.2, 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 #53767D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83118125-
CMYK0.340.0600.51
HSL190º20.19%40.78%-
HSV(B)190º33.6%49.02%-
XYZ13.7516.2821.82-
YUV108.33137.4109.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=25.46%
G=36.20%
B=38.34%

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
Decimal831181250.340.0600.5119020.1940.78
Hex53767D226033be1429
Octal1231661754260632762451
Binary10100111110110111110110001011001100111011111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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