#525EC3

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

Shades of Free Speech Blue #525EC3

Tints of Free Speech Blue #525EC3

Color information

#525EC3 (or 0x525EC3) is unknown color: approx Free Speech Blue. HEX triplet: 52, 5E and C3. RGB value is (82,94,195). Sum of RGB (Red+Green+Blue) = 82+94+195=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #525EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EC3 is #ADA13C. Grayscale: #656565. Windows color (decimal): -11379005 or 12803666. OLE color: 12803666.

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

Color convert

RGB8294195-
CMYK0.580.5200.24
HSL233.63º48.5%54.31%-
HSV(B)233.63º57.95%76.47%-
XYZ17.3313.7453.37-
YUV101.93180.52113.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 195 (76.56% from 255) = 52.56%
R=22.10%
G=25.34%
B=52.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82941950.580.5200.24233.6348.554.31
Hex525EC33A34018ea3036
Octal12213630372640303526066
Binary101001010111101100001111101011010001100011101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,94,195); }

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

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

 a { background-color: rgb(82,94,195); }

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

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

 span { border-color: rgb(82,94,195); }

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