Html Css Color HEX #5250CE Free Speech Blue

📋 copy color: '#5250CE'

red 82 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Blue #5250CE

Tints of Free Speech Blue #5250CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 22.28%
G = 21.74%
B = 55.98%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5250CE (or 0x5250CE) is known color: Free Speech Blue. HEX triplet: 52, 50 and CE. RGB value is (82,80,206). Sum of RGB (Red+Green+Blue) = 82+80+206=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #5250CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250CE is #ADAF31. Grayscale: #5E5E5E. Windows color (decimal): -11382578 or 13520978. OLE color: 13520978.

HSL color Cylindrical-coordinate representation of color #5250CE: hue angle of 240.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5250CE is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 80 206 -
CMYK 0.60 0.61 0 0.19
HSL 240.95º 0.56% 0.56% -
HSV(B) 240.95º 0.61% 0.81% -
XYZ 17.49 11.99 59.78 -
YUV 94.96 190.66 118.75 -
System Red Green Blue C M Y K H S L
Decimal 82 80 206 0.60 0.61 0 0.19 240.95 0.56 0.56
Hex 52 50 CE 3C 3D 0 13 F1 38 38
Octal 122 120 316 74 75 0 23 361 70 70
Binary 1010010 1010000 11001110 111100 111101 0 10011 11110001 111000 111000

Color Harmonies of #5250CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5250CE

Black with #5250CE

Text Example


Text Example

White with #5250CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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