#57727B

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

Shades of Blue Bayoux #57727B

Tints of Blue Bayoux #57727B

Color information

#57727B (or 0x57727B) is unknown color: approx Blue Bayoux. HEX triplet: 57, 72 and 7B. RGB value is (87,114,123). Sum of RGB (Red+Green+Blue) = 87+114+123=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #57727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57727B is #A88D84. Grayscale: #6A6A6A. Windows color (decimal): -11046277 or 8090199. OLE color: 8090199.

HSL color Cylindrical-coordinate representation of color #57727B: hue angle of 195º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57727B is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB87114123-
CMYK0.290.0700.52
HSL195º17.14%41.18%-
HSV(B)195º29.27%48.24%-
XYZ13.5215.4921.02-
YUV106.95137.05113.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=26.85%
G=35.19%
B=37.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871141230.290.0700.5219517.1441.18
Hex57727B1D7034c31129
Octal1271621733570643032151
Binary1010111111001011110111110111101101001100001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,114,123); }

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

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

 a { background-color: rgb(87,114,123); }

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

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

 span { border-color: rgb(87,114,123); }

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