#526DC7

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

Shades of Free Speech Blue #526DC7

Tints of Free Speech Blue #526DC7

Color information

#526DC7 (or 0x526DC7) is unknown color: approx Free Speech Blue. HEX triplet: 52, 6D and C7. RGB value is (82,109,199). Sum of RGB (Red+Green+Blue) = 82+109+199=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #526DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DC7 is #AD9238. Grayscale: #6E6E6E. Windows color (decimal): -11375161 or 13069650. OLE color: 13069650.

HSL color Cylindrical-coordinate representation of color #526DC7: hue angle of 226.15º degrees, saturation: 0.51, 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 #526DC7 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82109199-
CMYK0.590.4500.22
HSL226.15º51.09%55.1%-
HSV(B)226.15º58.79%78.04%-
XYZ19.2616.8556.27-
YUV111.19177.55107.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 199 (78.12% from 255) = 51.03%
R=21.03%
G=27.95%
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
Decimal821091990.590.4500.22226.1551.0955.1
Hex526DC73B2D016e23337
Octal12215530773550263426367
Binary101001011011011100011111101110110101011011100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,199); }

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

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

 a { background-color: rgb(82,109,199); }

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

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

 span { border-color: rgb(82,109,199); }

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