#53777F

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

Shades of Blue Bayoux #53777F

Tints of Blue Bayoux #53777F

Color information

#53777F (or 0x53777F) is unknown color: approx Blue Bayoux. HEX triplet: 53, 77 and 7F. RGB value is (83,119,127). Sum of RGB (Red+Green+Blue) = 83+119+127=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #53777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53777F is #AC8880. Grayscale: #6D6D6D. Windows color (decimal): -11307137 or 8353619. OLE color: 8353619.

HSL color Cylindrical-coordinate representation of color #53777F: hue angle of 190.91º 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 #53777F is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB83119127-
CMYK0.350.0600.50
HSL190.91º20.95%41.18%-
HSV(B)190.91º34.65%49.8%-
XYZ13.9916.5622.54-
YUV109.15138.07109.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 127 (50% from 255) = 38.60%
R=25.23%
G=36.17%
B=38.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831191270.350.0600.50190.9120.9541.18
Hex53777F236032bf1529
Octal1231671774360622772551
Binary10100111110111111111110001111001100101011111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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