Html Css Color HEX #5163D0 Free Speech Blue

📋 copy color: '#5163D0'

red 81 ◦ green 99 ◦ blue 208

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

Shades of Free Speech Blue #5163D0

Tints of Free Speech Blue #5163D0

RGB

 RED value IS 81 (32.03% from 255) = 20.88%

 GREEN value IS 99 (39.06% from 255) = 25.52%

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 20.88%
G = 25.52%
B = 53.61%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5163D0 (or 0x5163D0) is known color: Free Speech Blue. HEX triplet: 51, 63 and D0. RGB value is (81,99,208). Sum of RGB (Red+Green+Blue) = 81+99+208=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #5163D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5163D0 is #AE9C2F. Grayscale: #696969. Windows color (decimal): -11443248 or 13656913. OLE color: 13656913.

HSL color Cylindrical-coordinate representation of color #5163D0: hue angle of 231.5º degrees, saturation: 0.57, 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 #5163D0 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 99 208 -
CMYK 0.61 0.52 0 0.18
HSL 231.5º 0.57% 0.57% -
HSV(B) 231.5º 0.61% 0.82% -
XYZ 19.24 15.23 61.6 -
YUV 106.04 185.54 110.14 -
System Red Green Blue C M Y K H S L
Decimal 81 99 208 0.61 0.52 0 0.18 231.5 0.57 0.57
Hex 51 63 D0 3D 34 0 12 E7 39 39
Octal 121 143 320 75 64 0 22 347 71 71
Binary 1010001 1100011 11010000 111101 110100 0 10010 11100111 111001 111001

Color Harmonies of #5163D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5163D0

Black with #5163D0

Text Example


Text Example

White with #5163D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5163D0; }

 p { color: rgb(81,99,208); }

 H1.HeaderClassName
 {
   color: #5163D0;
 }
 .AnyTagClassName
 {
   color: #5163D0;
 }
</style>

background-color css

<style>
 a { background-color: #5163D0; }

 a { background-color: rgb(81,99,208); }

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

border-color css

<style>
 span { border-color: #5163D0; }

 span { border-color: rgb(81,99,208); }

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