#527883

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

Shades of Blue Bayoux #527883

Tints of Blue Bayoux #527883

Color information

#527883 (or 0x527883) is unknown color: approx Blue Bayoux. HEX triplet: 52, 78 and 83. RGB value is (82,120,131). Sum of RGB (Red+Green+Blue) = 82+120+131=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #527883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527883 is #AD877C. Grayscale: #6D6D6D. Windows color (decimal): -11372413 or 8616018. OLE color: 8616018.

HSL color Cylindrical-coordinate representation of color #527883: hue angle of 193.47º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527883 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82120131-
CMYK0.370.0800.49
HSL193.47º23%41.76%-
HSV(B)193.47º37.4%51.37%-
XYZ14.2916.8723.97-
YUV109.89139.91108.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=24.62%
G=36.04%
B=39.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821201310.370.0800.49193.472341.76
Hex527883258031c1172a
Octal12217020345100613012752
Binary1010010111100010000011100101100001100011100000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527883; }

 p { color: rgb(82,120,131); }

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

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

 a { background-color: rgb(82,120,131); }

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

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

 span { border-color: rgb(82,120,131); }

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