Html Css Color HEX #525DD6 Free Speech Blue

📋 copy color: '#525DD6'

red 82 ◦ green 93 ◦ blue 214

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

Shades of Free Speech Blue #525DD6

Tints of Free Speech Blue #525DD6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.91%

 BLUE value IS 214 (83.98% from 255) = 55.01%

R = 21.08%
G = 23.91%
B = 55.01%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#525DD6 (or 0x525DD6) is known color: Free Speech Blue. HEX triplet: 52, 5D and D6. RGB value is (82,93,214). Sum of RGB (Red+Green+Blue) = 82+93+214=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #525DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DD6 is #ADA229. Grayscale: #676767. Windows color (decimal): -11379242 or 14048594. OLE color: 14048594.

HSL color Cylindrical-coordinate representation of color #525DD6: hue angle of 235º 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 #525DD6 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 93 214 -
CMYK 0.62 0.57 0 0.16
HSL 235º 0.62% 0.58% -
HSV(B) 235º 0.62% 0.84% -
XYZ 19.53 14.48 65.38 -
YUV 103.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 82 93 214 0.62 0.57 0 0.16 235 0.62 0.58
Hex 52 5D D6 3E 39 0 10 EB 3E 3A
Octal 122 135 326 76 71 0 20 353 76 72
Binary 1010010 1011101 11010110 111110 111001 0 10000 11101011 111110 111010

Color Harmonies of #525DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525DD6

Black with #525DD6

Text Example


Text Example

White with #525DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,93,214); }

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

background-color css

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

 a { background-color: rgb(82,93,214); }

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

border-color css

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

 span { border-color: rgb(82,93,214); }

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