#52777F

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

Shades of Blue Bayoux #52777F

Tints of Blue Bayoux #52777F

Color information

#52777F (or 0x52777F) is unknown color: approx Blue Bayoux. HEX triplet: 52, 77 and 7F. RGB value is (82,119,127). Sum of RGB (Red+Green+Blue) = 82+119+127=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 119 (46.88% from 255 or 36.28% 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 #52777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52777F is #AD8880. Grayscale: #6C6C6C. Windows color (decimal): -11372673 or 8353618. OLE color: 8353618.

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

Color convert

RGB82119127-
CMYK0.350.0600.50
HSL190.67º21.53%40.98%-
HSV(B)190.67º35.43%49.8%-
XYZ13.9116.5222.53-
YUV108.85138.24108.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 127 (50% from 255) = 38.72%
R=25%
G=36.28%
B=38.72%

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
Decimal821191270.350.0600.50190.6721.5340.98
Hex52777F236032bf1629
Octal1221671774360622772651
Binary10100101110111111111110001111001100101011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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