Html Css Color HEX #5250C9 Free Speech Blue

📋 copy color: '#5250C9'

red 82 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Blue #5250C9

Tints of Free Speech Blue #5250C9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

 BLUE value IS 201 (78.91% from 255) = 55.37%

R = 22.59%
G = 22.04%
B = 55.37%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5250C9 (or 0x5250C9) is known color: Free Speech Blue. HEX triplet: 52, 50 and C9. RGB value is (82,80,201). Sum of RGB (Red+Green+Blue) = 82+80+201=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #5250C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250C9 is #ADAF36. Grayscale: #5D5D5D. Windows color (decimal): -11382583 or 13193298. OLE color: 13193298.

HSL color Cylindrical-coordinate representation of color #5250C9: hue angle of 240.99º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5250C9 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 80 201 -
CMYK 0.59 0.60 0 0.21
HSL 240.99º 0.53% 0.55% -
HSV(B) 240.99º 0.6% 0.79% -
XYZ 16.89 11.75 56.64 -
YUV 94.39 188.16 119.16 -
System Red Green Blue C M Y K H S L
Decimal 82 80 201 0.59 0.60 0 0.21 240.99 0.53 0.55
Hex 52 50 C9 3B 3C 0 15 F1 35 37
Octal 122 120 311 73 74 0 25 361 65 67
Binary 1010010 1010000 11001001 111011 111100 0 10101 11110001 110101 110111

Color Harmonies of #5250C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5250C9

Black with #5250C9

Text Example


Text Example

White with #5250C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5250C9; }

 p { color: rgb(82,80,201); }

 H1.HeaderClassName
 {
   color: #5250C9;
 }
 .AnyTagClassName
 {
   color: #5250C9;
 }
</style>

background-color css

<style>
 a { background-color: #5250C9; }

 a { background-color: rgb(82,80,201); }

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

border-color css

<style>
 span { border-color: #5250C9; }

 span { border-color: rgb(82,80,201); }

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