Html Css Color HEX #525ED1 Free Speech Blue

📋 copy color: '#525ED1'

red 82 ◦ green 94 ◦ blue 209

#525ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #525ED1

Tints of Free Speech Blue #525ED1

RGB

 RED value IS 82 (32.42% from 255) = 21.3%

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 209 (82.03% from 255) = 54.29%

R = 21.3%
G = 24.42%
B = 54.29%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#525ED1 (or 0x525ED1) is known color: Free Speech Blue. HEX triplet: 52, 5E and D1. RGB value is (82,94,209). Sum of RGB (Red+Green+Blue) = 82+94+209=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #525ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ED1 is #ADA12E. Grayscale: #676767. Windows color (decimal): -11378991 or 13721170. OLE color: 13721170.

HSL color Cylindrical-coordinate representation of color #525ED1: hue angle of 234.33º 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 #525ED1 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 94 209 -
CMYK 0.61 0.55 0 0.18
HSL 234.33º 0.58% 0.57% -
HSV(B) 234.33º 0.61% 0.82% -
XYZ 18.99 14.4 62.1 -
YUV 103.52 187.52 112.65 -
System Red Green Blue C M Y K H S L
Decimal 82 94 209 0.61 0.55 0 0.18 234.33 0.58 0.57
Hex 52 5E D1 3D 37 0 12 EA 3A 39
Octal 122 136 321 75 67 0 22 352 72 71
Binary 1010010 1011110 11010001 111101 110111 0 10010 11101010 111010 111001

Color Harmonies of #525ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525ED1

Black with #525ED1

Text Example


Text Example

White with #525ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #525ED1;
 }
 .AnyTagClassName
 {
   color: #525ED1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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