#525BC1

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

Shades of Free Speech Blue #525BC1

Tints of Free Speech Blue #525BC1

Color information

#525BC1 (or 0x525BC1) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5B and C1. RGB value is (82,91,193). Sum of RGB (Red+Green+Blue) = 82+91+193=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #525BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BC1 is #ADA43E. Grayscale: #636363. Windows color (decimal): -11379775 or 12671826. OLE color: 12671826.

HSL color Cylindrical-coordinate representation of color #525BC1: hue angle of 235.14º 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 #525BC1 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8291193-
CMYK0.580.5300.24
HSL235.14º47.23%53.92%-
HSV(B)235.14º57.51%75.69%-
XYZ16.8513.1352.1-
YUV99.94180.52115.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=22.40%
G=24.86%
B=52.73%

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
Decimal82911930.580.5300.24235.1447.2353.92
Hex525BC13A35018eb2f36
Octal12213330172650303535766
Binary101001010110111100000111101011010101100011101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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