#527984

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

Shades of Blue Bayoux #527984

Tints of Blue Bayoux #527984

Color information

#527984 (or 0x527984) is unknown color: approx Blue Bayoux. HEX triplet: 52, 79 and 84. RGB value is (82,121,132). Sum of RGB (Red+Green+Blue) = 82+121+132=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #527984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527984 is #AD867B. Grayscale: #6E6E6E. Windows color (decimal): -11372156 or 8681810. OLE color: 8681810.

HSL color Cylindrical-coordinate representation of color #527984: hue angle of 193.2º 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 #527984 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82121132-
CMYK0.380.0800.48
HSL193.2º23.36%41.96%-
HSV(B)193.2º37.88%51.76%-
XYZ14.4817.1324.37-
YUV110.59140.08107.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=24.48%
G=36.12%
B=39.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821211320.380.0800.48193.223.3641.96
Hex527984268030c1172a
Octal12217120446100603012752
Binary1010010111100110000100100110100001100001100000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527984; }

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

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

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

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

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

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

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

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