#525AC1

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

Shades of Free Speech Blue #525AC1

Tints of Free Speech Blue #525AC1

Color information

#525AC1 (or 0x525AC1) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5A and C1. RGB value is (82,90,193). Sum of RGB (Red+Green+Blue) = 82+90+193=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #525AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AC1 is #ADA53E. Grayscale: #626262. Windows color (decimal): -11380031 or 12671570. OLE color: 12671570.

HSL color Cylindrical-coordinate representation of color #525AC1: hue angle of 235.68º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #525AC1 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8290193-
CMYK0.580.5300.24
HSL235.68º47.23%53.92%-
HSV(B)235.68º57.51%75.69%-
XYZ16.7612.9652.07-
YUV99.35180.85115.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=22.47%
G=24.66%
B=52.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82901930.580.5300.24235.6847.2353.92
Hex525AC13A35018ec2f36
Octal12213230172650303545766
Binary101001010110101100000111101011010101100011101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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