#527780

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

Shades of Blue Bayoux #527780

Tints of Blue Bayoux #527780

Color information

#527780 (or 0x527780) is unknown color: approx Blue Bayoux. HEX triplet: 52, 77 and 80. RGB value is (82,119,128). Sum of RGB (Red+Green+Blue) = 82+119+128=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #527780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527780 is #AD887F. Grayscale: #6C6C6C. Windows color (decimal): -11372672 or 8419154. OLE color: 8419154.

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

Color convert

RGB82119128-
CMYK0.360.0700.50
HSL191.74º21.9%41.18%-
HSV(B)191.74º35.94%50.2%-
XYZ13.9716.5522.88-
YUV108.96138.74108.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=24.92%
G=36.17%
B=38.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821191280.360.0700.50191.7421.941.18
Hex527780247032c01629
Octal1221672004470623002651
Binary101001011101111000000010010011101100101100000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527780; }

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

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

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

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

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

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

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

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