#53767F

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

Shades of Blue Bayoux #53767F

Tints of Blue Bayoux #53767F

Color information

#53767F (or 0x53767F) is unknown color: approx Blue Bayoux. HEX triplet: 53, 76 and 7F. RGB value is (83,118,127). Sum of RGB (Red+Green+Blue) = 83+118+127=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #53767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53767F is #AC8980. Grayscale: #6C6C6C. Windows color (decimal): -11307393 or 8353363. OLE color: 8353363.

HSL color Cylindrical-coordinate representation of color #53767F: hue angle of 192.27º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53767F is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB83118127-
CMYK0.350.0700.50
HSL192.27º20.95%41.18%-
HSV(B)192.27º34.65%49.8%-
XYZ13.8816.3322.5-
YUV108.56138.4109.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 127 (50% from 255) = 38.72%
R=25.30%
G=35.98%
B=38.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831181270.350.0700.50192.2720.9541.18
Hex53767F237032c01529
Octal1231661774370623002551
Binary10100111110110111111110001111101100101100000010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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