Html Css Color HEX #505DC1 Free Speech Blue

📋 copy color: '#505DC1'

red 80 ◦ green 93 ◦ blue 193

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

Shades of Free Speech Blue #505DC1

Tints of Free Speech Blue #505DC1

RGB

 RED value IS 80 (31.64% from 255) = 21.86%

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

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 21.86%
G = 25.41%
B = 52.73%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#505DC1 (or 0x505DC1) is known color: Free Speech Blue. HEX triplet: 50, 5D and C1. RGB value is (80,93,193). Sum of RGB (Red+Green+Blue) = 80+93+193=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #505DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DC1 is #AFA23E. Grayscale: #646464. Windows color (decimal): -11510335 or 12672336. OLE color: 12672336.

HSL color Cylindrical-coordinate representation of color #505DC1: hue angle of 233.1º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505DC1 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 93 193 -
CMYK 0.59 0.52 0 0.24
HSL 233.1º 0.48% 0.54% -
HSV(B) 233.1º 0.59% 0.76% -
XYZ 16.85 13.38 52.15 -
YUV 100.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 80 93 193 0.59 0.52 0 0.24 233.1 0.48 0.54
Hex 50 5D C1 3B 34 0 18 E9 30 36
Octal 120 135 301 73 64 0 30 351 60 66
Binary 1010000 1011101 11000001 111011 110100 0 11000 11101001 110000 110110

Color Harmonies of #505DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DC1

Black with #505DC1

Text Example


Text Example

White with #505DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505DC1; }

 p { color: rgb(80,93,193); }

 H1.HeaderClassName
 {
   color: #505DC1;
 }
 .AnyTagClassName
 {
   color: #505DC1;
 }
</style>

background-color css

<style>
 a { background-color: #505DC1; }

 a { background-color: rgb(80,93,193); }

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

border-color css

<style>
 span { border-color: #505DC1; }

 span { border-color: rgb(80,93,193); }

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