#526CC6

Color #526CC6 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #526CC6

Tints of Free Speech Blue #526CC6

Color information

#526CC6 (or 0x526CC6) is unknown color: approx Free Speech Blue. HEX triplet: 52, 6C and C6. RGB value is (82,108,198). Sum of RGB (Red+Green+Blue) = 82+108+198=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #526CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CC6 is #AD9339. Grayscale: #6E6E6E. Windows color (decimal): -11375418 or 13003858. OLE color: 13003858.

HSL color Cylindrical-coordinate representation of color #526CC6: hue angle of 226.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526CC6 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82108198-
CMYK0.590.4500.22
HSL226.55º50.43%54.9%-
HSV(B)226.55º58.59%77.65%-
XYZ19.0416.655.63-
YUV110.49177.39107.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 198 (77.73% from 255) = 51.03%
R=21.13%
G=27.84%
B=51.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821081980.590.4500.22226.5550.4354.9
Hex526CC63B2D016e33237
Octal12215430673550263436267
Binary101001011011001100011011101110110101011011100011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526CC6; }

 p { color: rgb(82,108,198); }

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

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

 a { background-color: rgb(82,108,198); }

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

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

 span { border-color: rgb(82,108,198); }

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