Html Css Color HEX #504BD6 Free Speech Blue

📋 copy color: '#504BD6'

red 80 ◦ green 75 ◦ blue 214

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

Shades of Free Speech Blue #504BD6

Tints of Free Speech Blue #504BD6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

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

R = 21.68%
G = 20.33%
B = 57.99%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#504BD6 (or 0x504BD6) is known color: Free Speech Blue. HEX triplet: 50, 4B and D6. RGB value is (80,75,214). Sum of RGB (Red+Green+Blue) = 80+75+214=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #504BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BD6 is #AFB429. Grayscale: #5B5B5B. Windows color (decimal): -11514922 or 14043984. OLE color: 14043984.

HSL color Cylindrical-coordinate representation of color #504BD6: hue angle of 242.16º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504BD6 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 75 214 -
CMYK 0.63 0.65 0 0.16
HSL 242.16º 0.63% 0.57% -
HSV(B) 242.16º 0.65% 0.84% -
XYZ 17.96 11.59 64.91 -
YUV 92.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 80 75 214 0.63 0.65 0 0.16 242.16 0.63 0.57
Hex 50 4B D6 3F 41 0 10 F2 3F 39
Octal 120 113 326 77 101 0 20 362 77 71
Binary 1010000 1001011 11010110 111111 1000001 0 10000 11110010 111111 111001

Color Harmonies of #504BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BD6

Black with #504BD6

Text Example


Text Example

White with #504BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504BD6; }

 p { color: rgb(80,75,214); }

 H1.HeaderClassName
 {
   color: #504BD6;
 }
 .AnyTagClassName
 {
   color: #504BD6;
 }
</style>

background-color css

<style>
 a { background-color: #504BD6; }

 a { background-color: rgb(80,75,214); }

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

border-color css

<style>
 span { border-color: #504BD6; }

 span { border-color: rgb(80,75,214); }

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