Html Css Color HEX #525AD7 Free Speech Blue

📋 copy color: '#525AD7'

red 82 ◦ green 90 ◦ blue 215

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

Shades of Free Speech Blue #525AD7

Tints of Free Speech Blue #525AD7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

 BLUE value IS 215 (84.38% from 255) = 55.56%

R = 21.19%
G = 23.26%
B = 55.56%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#525AD7 (or 0x525AD7) is known color: Free Speech Blue. HEX triplet: 52, 5A and D7. RGB value is (82,90,215). Sum of RGB (Red+Green+Blue) = 82+90+215=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 215 (84.38% from 255 or 55.56% from 387); Max value from RGB is 215 - color contains mainly: blue. Hex color #525AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AD7 is #ADA528. Grayscale: #656565. Windows color (decimal): -11380009 or 14113362. OLE color: 14113362.

HSL color Cylindrical-coordinate representation of color #525AD7: hue angle of 236.39º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525AD7 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 90 215 -
CMYK 0.62 0.58 0 0.16
HSL 236.39º 0.62% 0.58% -
HSV(B) 236.39º 0.62% 0.84% -
XYZ 19.4 14.01 65.97 -
YUV 101.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 82 90 215 0.62 0.58 0 0.16 236.39 0.62 0.58
Hex 52 5A D7 3E 3A 0 10 EC 3E 3A
Octal 122 132 327 76 72 0 20 354 76 72
Binary 1010010 1011010 11010111 111110 111010 0 10000 11101100 111110 111010

Color Harmonies of #525AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525AD7

Black with #525AD7

Text Example


Text Example

White with #525AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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