#527784

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

Shades of Blue Bayoux #527784

Tints of Blue Bayoux #527784

Color information

#527784 (or 0x527784) is unknown color: approx Blue Bayoux. HEX triplet: 52, 77 and 84. RGB value is (82,119,132). Sum of RGB (Red+Green+Blue) = 82+119+132=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #527784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527784 is #AD887B. Grayscale: #6D6D6D. Windows color (decimal): -11372668 or 8681298. OLE color: 8681298.

HSL color Cylindrical-coordinate representation of color #527784: hue angle of 195.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527784 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82119132-
CMYK0.380.1000.48
HSL195.6º23.36%41.96%-
HSV(B)195.6º37.88%51.76%-
XYZ14.2416.6524.29-
YUV109.42140.74108.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=24.62%
G=35.74%
B=39.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821191320.380.1000.48195.623.3641.96
Hex52778426A030c4172a
Octal12216720446120603042752
Binary1010010111011110000100100110101001100001100010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527784; }

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

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

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

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

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

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

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

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