#525ad1

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

Shades of Free Speech Blue #525AD1

Tints of Free Speech Blue #525AD1

Color information

#525AD1 (or 0x525AD1) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5A and D1. RGB value is (82,90,209). Sum of RGB (Red+Green+Blue) = 82+90+209=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #525AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AD1 is #ADA52E. Grayscale: #646464. Windows color (decimal): -11380015 or 13720146. OLE color: 13720146.

HSL color Cylindrical-coordinate representation of color #525AD1: hue angle of 236.22º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #525AD1 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8290209-
CMYK0.610.5700.18
HSL236.22º57.99%57.06%-
HSV(B)236.22º60.77%81.96%-
XYZ18.6413.7161.99-
YUV101.17188.85114.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 209 (82.03% from 255) = 54.86%
R=21.52%
G=23.62%
B=54.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82902090.610.5700.18236.2257.9957.06
Hex525AD13D39012ec3a39
Octal12213232175710223547271
Binary101001010110101101000111110111100101001011101100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525ad1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525ad1; }

 p { color: rgb(82,90,209); }

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

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

 a { background-color: rgb(82,90,209); }

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

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

 span { border-color: rgb(82,90,209); }

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